Create .gitpod.yml
To make it possible to compile master branch with Gitpod
This commit is contained in:
parent
9880ed84ce
commit
4fdc415571
3
.gitpod.yml
Normal file
3
.gitpod.yml
Normal file
@ -0,0 +1,3 @@
|
||||
tasks:
|
||||
- before: pip install -U platformio
|
||||
command: platformio run -e sonoff
|
||||
Loading…
Reference in New Issue
Block a user