Added gitlab ci
This commit is contained in:
11
.gitlib-ci.yml
Normal file
11
.gitlib-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
image: python:2.7
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
before_script:
|
||||
- "pip install -U platformio"
|
||||
|
||||
job:
|
||||
stage: test
|
||||
script: "platformio run"
|
||||
Reference in New Issue
Block a user