Files
sprocket-plugin-mqtt/.gitlab-ci.yml
2019-05-20 19:15:37 +02:00

14 lines
193 B
YAML
Executable File

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