add gitlab-ci.yml
This commit is contained in:
parent
49abe7242c
commit
43a37ee0c0
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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"
|
Loading…
Reference in New Issue
Block a user