mirror of https://github.com/arendst/Tasmota.git
Create .gitpod.yml
Configuration to install PlatformIO and run the first build on workspace startup
This commit is contained in:
parent
6adb513cd6
commit
1a289fabc2
|
@ -0,0 +1,3 @@
|
|||
tasks:
|
||||
- before: pip install -U platformio
|
||||
- command: platformio run
|
Loading…
Reference in New Issue