Files
sprocket-core/.gitlab-ci.yml
2018-06-10 23:05:35 +02:00

21 lines
351 B
YAML

cache:
paths:
- firmware
stages:
- test
- build
before_script:
- "pip install -U platformio"
firmware-build:
stage: build
image: python:2.7-stretch
script:
- pio run -t clean
- platformio ci --lib="." --board=esp12e examples/mesh/mesh.cpp
artifacts:
paths:
- .pioenvs/*/firmware.*
- .pioenvs/*/spiffs.bin