Create .gitpod.yml

Configuration to install PlatformIO and run the first build on workspace startup
This commit is contained in:
gitolicious 2019-04-15 00:09:36 +02:00 committed by GitHub
parent 6adb513cd6
commit 1a289fabc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitpod.yml Normal file
View File

@ -0,0 +1,3 @@
tasks:
- before: pip install -U platformio
- command: platformio run