Files
garagesensor/.gitlib-ci.yml
2020-02-28 23:50:27 +01:00

11 lines
129 B
YAML

image: python:2.7
stages:
- test
before_script:
- "pip install -U platformio"
job:
stage: test
script: "platformio run"