Added gitlab ci

This commit is contained in:
Ard Kuijpers
2020-02-28 23:50:27 +01:00
parent b7c3e47e28
commit 171c930ee3

11
.gitlib-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
image: python:2.7
stages:
- test
before_script:
- "pip install -U platformio"
job:
stage: test
script: "platformio run"