|
@ -8,5 +8,7 @@ before_script: |
|
|
|
|
|
|
|
|
job: |
|
|
job: |
|
|
stage: test |
|
|
stage: test |
|
|
script: "platformio ci --board=heltec_wifi_lora_32" |
|
|
script: |
|
|
|
|
|
- platformio lib update |
|
|
|
|
|
- platformio ci --board=heltec_wifi_lora_32 |
|
|
variables: {PLATFORMIO_CI_SRC: "src"} |
|
|
variables: {PLATFORMIO_CI_SRC: "src"} |