layer basic com

This commit is contained in:
2018-07-12 01:42:43 +02:00
parent 45a1860852
commit 5f9de83c5a
7 changed files with 20 additions and 16 deletions

View File

@@ -35,7 +35,9 @@ firmware-build:
image: python:2.7-stretch
script:
- pio run -t clean
- pio run
- pio run --environment basic
- pio run --environment mesh
- pio run --environment meshMqttBridge
artifacts:
paths:
- .pioenvs/*/firmware.*