build spiffs

This commit is contained in:
2018-09-19 16:45:41 +02:00
parent 66735da802
commit b6d82bcdf7

View File

@@ -14,6 +14,8 @@ firmware-build:
- 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 - pio run
- pio run -t buildfs
artifacts: artifacts:
paths: paths:
- .pioenvs/*/*.bin - .pioenvs/build/firmware.bin
- .pioenvs/build/spiffs.bin