mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Turn on warnings when building using Travis and make all warnings errors
This should catch warnings when people are sending PRs. For instance: 178af85a26
This commit is contained in:
parent
00658d60eb
commit
38ed04fe77
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ env:
|
|||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA"
|
||||
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror"
|
||||
|
||||
#
|
||||
# Libraries from PlatformIO Library Registry:
|
||||
|
|
Loading…
Reference in a new issue