ESP32-PaxCounter/.gitlab-ci.yml
2019-04-21 18:11:47 +02:00

11 lines
222 B
YAML

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"