mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 13:25:03 +01:00
ci
This commit is contained in:
@@ -8,13 +8,11 @@ cache:
|
|||||||
before_script:
|
before_script:
|
||||||
- "pip install -U platformio"
|
- "pip install -U platformio"
|
||||||
|
|
||||||
firmware-build:
|
build-examples:
|
||||||
stage: build
|
stage: build
|
||||||
image: python:2.7-stretch
|
image: python:2.7-stretch
|
||||||
script:
|
script:
|
||||||
- platformio lib --global install painlessMesh ArduinoJson TaskScheduler PubSubClient ESPAsyncTCP AsyncTCP "ESP Async WebServer"
|
# - platformio lib --global install painlessMesh ArduinoJson TaskScheduler PubSubClient ESPAsyncTCP AsyncTCP "ESP Async WebServer"
|
||||||
|
- platformio ci --lib="." --board=esp12e src/examples/basic/
|
||||||
- platformio ci --lib="." --board=esp12e src/examples/mesh/
|
- platformio ci --lib="." --board=esp12e src/examples/mesh/
|
||||||
artifacts:
|
- platformio ci --lib="." --board=esp12e src/examples/mqttBridge/
|
||||||
paths:
|
|
||||||
- .pioenvs/esp12e/firmware.bin
|
|
||||||
- .pioenvs/esp12e/spiffs.bin
|
|
||||||
Reference in New Issue
Block a user