mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-15 21:18:21 +01:00
ci
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- .piolibdeps
|
||||
#cache:
|
||||
# paths:
|
||||
# - .piolibdeps
|
||||
|
||||
build-examples:
|
||||
stage: build
|
||||
image: registry.gitlab.com/wirelos/contraption-pipeline/platformio:v1
|
||||
script:
|
||||
- pio upgrade
|
||||
- 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/
|
||||
|
||||
Reference in New Issue
Block a user