Try to set build flags

This commit is contained in:
Kristian Sloth Lauszus 2017-02-01 16:53:31 +01:00
parent 14cf737d7d
commit 7b0487da80

View file

@ -75,5 +75,4 @@ install:
script:
- platformio ci --lib="." --board=uno --board=due --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc
- export PLATFORMIO_BUILD_FLAGS="$PLATFORMIO_BUILD_FLAGS -Wno-unused-function" # Workaround https://github.com/esp8266/Arduino/pull/2881
- platformio ci --lib="." --board=esp12e --board=nodemcu
- platformio ci --verbose --lib="." --board=esp12e --board=nodemcu --project-option="build_flags=-Wno-unused-function" # Workaround https://github.com/esp8266/Arduino/pull/2881