Files
sprocket-device-illucat/.gitlab-ci.yml
2018-09-17 22:54:12 +02:00

20 lines
293 B
YAML

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