Files
sprocket-network-wifi/.gitlab-ci.yml
2018-11-16 19:18:17 +01:00

15 lines
223 B
YAML

image: python:2.7-stretch
stages:
- build
before_script:
- "pip install -U platformio"
examples:
stage: build
image: python:2.7-stretch
script:
- pio run -t clean
- pio run -e basic
- pio run -e ota