also build esp8266

This commit is contained in:
Thomas Kunze 2019-06-12 22:16:48 +02:00
parent ac24e1206a
commit f7e33d8d43

View File

@ -57,6 +57,7 @@ script:
# - if [ "$MODE" = "ARDUINO" ]; then buildExampleSketch knx-bme680; fi
# - if [ "$MODE" = "ARDUINO" ]; then buildExampleSketch knx-hdc1008; fi
- if [ "$MODE" = "ARDUINO" ]; then build_platform zero; fi
- if [ "$MODE" = "ARDUINO" ]; then build_platform esp8266; fi
notifications: