mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Try to set build flags
This commit is contained in:
parent
14cf737d7d
commit
7b0487da80
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue