Drone: Try building a version for ESP32, as well.

This commit is contained in:
Fabian Schlenz 2019-06-06 12:08:57 +02:00
parent 66c424ed47
commit c9dfc908af
2 changed files with 7 additions and 0 deletions

View File

@ -9,3 +9,4 @@ steps:
- cp include/config.sample.h include/config.h
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -DDEBUG -DMQTT_ENABLE -DMQTT_REPORT_METRICS" pio run
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -UDEBUG -UMQTT_ENABLE -UMQTT_REPORT_METRICS" pio run
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -DDEBUG -DMQTT_ENABLE -DMQTT_REPORT_METRICS" pio run --environment=esp32

View File

@ -34,3 +34,9 @@ platform = espressif8266
board = esp07
framework = arduino
lib_deps = ${extra.lib_deps}
[env:esp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${extra.lib_deps}