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: script:
- mv data/example.config.json data/config.json - mv data/example.config.json data/config.json
- pio run -t clean - pio run -t clean
- pio run -e release - pio run
- pio run -e release -t buildfs - pio run -t buildfs
release: release:
stage: release stage: release

View File

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