mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
8 lines
318 B
YAML
8 lines
318 B
YAML
tasks:
|
|
- init: cp platformio_override-template.ini platformio_override.ini
|
|
- before: platformio upgrade
|
|
- command: echo "Please open 'platformio_override.ini', uncomment the platform, override and environment you wish to build for, save and then run command 'platformio run'."
|
|
|
|
image:
|
|
file: .gitpod.Dockerfile
|