You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
image: python:2.7
|
|
|
|
|
|
|
|
stages:
|
|
|
|
- test
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- "pip install -U platformio"
|
|
|
|
|
|
|
|
job:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- platformio lib update
|
|
|
|
- platformio ci --board=heltec_wifi_lora_32
|
|
|
|
variables: {PLATFORMIO_CI_SRC: "src"}
|