mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-15 21:18:21 +01:00
cleanup examples, build and ci
This commit is contained in:
@@ -34,11 +34,10 @@ firmware-build:
|
||||
stage: build
|
||||
image: python:2.7-stretch
|
||||
script:
|
||||
- pio run -t clean
|
||||
- pio run --target clean
|
||||
- pio run --environment basic
|
||||
- pio run --environment mesh
|
||||
- pio run --environment meshMqttBridge
|
||||
- pio run --environment standalone
|
||||
- pio run --environment wifi
|
||||
- pio run --environment wifiMesh
|
||||
artifacts:
|
||||
paths:
|
||||
- .pioenvs/*/firmware.*
|
||||
|
||||
Reference in New Issue
Block a user