add gitlab-ci.yml

This commit is contained in:
Florian Ludwig 2019-04-21 18:11:47 +02:00
parent 49abe7242c
commit 43a37ee0c0

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
image: python:2.7
stages:
- test
.job_template: &pio_run
script:
- "platformio ci --lib='.' --board=uno --board=teensy31 --board=nodemcuv2 $PLATFORMIO_CI_EXTRA_ARGS"
before_script:
- "pip install -U platformio"