cleanup examples, build and ci

This commit is contained in:
2018-11-08 15:25:17 +01:00
parent 12b9a7b509
commit 7273ee6a0b
14 changed files with 65 additions and 102 deletions

View File

@@ -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.*