example ci build

This commit is contained in:
2018-06-10 23:11:56 +02:00
parent 90349e7838
commit 9a5207a3a4
2 changed files with 20 additions and 16 deletions

View File

@@ -12,8 +12,8 @@ firmware-build:
stage: build
image: python:2.7-stretch
script:
- pio run -t clean
- platformio ci --lib="." --board=esp12e examples/mesh/mesh.cpp
- platformio run -t clean
- platformio ci --lib="." --board=esp12e src/examples/mesh/mesh.cpp
artifacts:
paths:
- .pioenvs/*/firmware.*