add OTA example to CI build

This commit is contained in:
2018-08-03 21:39:01 +02:00
parent 32975862d8
commit a94aaa6804
2 changed files with 2 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ firmware-build:
- pio run --environment basic - pio run --environment basic
- pio run --environment mesh - pio run --environment mesh
- pio run --environment meshMqttBridge - pio run --environment meshMqttBridge
- pio run --environment ota
artifacts: artifacts:
paths: paths:
- .pioenvs/*/firmware.* - .pioenvs/*/firmware.*

View File

@@ -74,5 +74,5 @@ upload_flags = --auth=f4ncy
monitor_baud = ${common.monitor_baud} monitor_baud = ${common.monitor_baud}
framework = ${common.framework} framework = ${common.framework}
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/painlessMesh.git#feature/ota painlessMesh
ArduinoOTA ArduinoOTA