Add WARNINGS_AS_ERRORS=1 to Travis build config
This commit is contained in:
parent
373e7cae62
commit
fa6dd22957
1 changed files with 1 additions and 1 deletions
|
@ -58,4 +58,4 @@ script:
|
|||
- cd ${TRAVIS_BUILD_DIR}
|
||||
# Remove ssid_config requirement for examples
|
||||
- sed -i "s%#warning%//#warning%" include/ssid_config.h
|
||||
- make -C examples/ build-examples CROSS="ccache xtensa-lx106-elf-" V=1
|
||||
- make WARNINGS_AS_ERRORS=1 -C examples/ build-examples CROSS="ccache xtensa-lx106-elf-" V=1
|
||||
|
|
Loading…
Reference in a new issue