This commit is contained in:
Thomas Kunze 2019-06-02 01:33:38 +02:00
commit 6d3a8982a7

View File

@ -32,4 +32,9 @@ script:
- if [ "$MODE" = "LINUX" ]; then cd build; fi
- if [ "$MODE" = "LINUX" ]; then cmake ..; fi
- if [ "$MODE" = "LINUX" ]; then make; fi
- if [ "$MODE" = "ARDUINO" ]; then build_platform esp8266; fi
- if [ "$MODE" = "ARDUINO" ]; then arduino --verify --board esp8266:esp8266:nodemcuv2 $PWD/examples/knx-demo/knx-demo.ino; fi
notifications:
email:
on_success: change
on_failure: change