example ci build

This commit is contained in:
2018-06-10 23:37:24 +02:00
parent 432f01e5d4
commit f1e7d213f6

View File

@@ -13,7 +13,7 @@ firmware-build:
image: python:2.7-stretch
script:
- platformio lib --global install painlessMesh ArduinoJson TaskScheduler PubSubClient ESPAsyncTCP AsyncTCP "ESP Async WebServer"
- platformio ci --lib="." --board=esp12e src/examples/mesh/mesh.cpp
- platformio ci --lib="." --board=esp12e src/examples/mesh/
artifacts:
paths:
- .pioenvs/*/firmware.*