Create .gitpod.yml

This commit is contained in:
nagyrobi 2021-05-13 09:27:49 +02:00 committed by GitHub
parent 9d44b2cd6d
commit 54a1f02e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.gitpod.yml Normal file
View File

@ -0,0 +1,7 @@
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