This commit is contained in:
2018-11-09 19:39:49 +01:00
parent 418d5e18fd
commit 8db6698690
2 changed files with 4 additions and 4 deletions

View File

@@ -22,8 +22,8 @@ firmware:
script:
- mv data/example.config.json data/config.json
- pio run -t clean
- pio run -e release
- pio run -e release -t buildfs
- pio run
- pio run -t buildfs
release:
stage: release

View File

@@ -8,8 +8,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[platformio]
env_default = build
;[platformio]
;env_default = build
[common]
framework = arduino