image: python:2.7-stretch stages: - test - build before_script: - "pip install -U platformio" firmware-build: stage: build image: python:2.7-stretch script: - mv data/example.config.json data/config.json - pio run -t clean - pio run artifacts: paths: - .pioenvs/*/firmware.* - .pioenvs/*/spiffs.bin