This commit is contained in:
2018-06-12 22:09:59 +02:00
parent f3198dbef7
commit d2d763407e

View File

@@ -8,13 +8,11 @@ cache:
before_script:
- "pip install -U platformio"
firmware-build:
build-examples:
stage: build
image: python:2.7-stretch
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/
artifacts:
paths:
- .pioenvs/esp12e/firmware.bin
- .pioenvs/esp12e/spiffs.bin
- platformio ci --lib="." --board=esp12e src/examples/mqttBridge/