travis: Treat warnings as errors
This commit is contained in:
parent
edd74056ba
commit
e326cd331e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ set -e
|
|||
if [ "$ANALYZE" = "true" ] ; then
|
||||
cppcheck --error-exitcode=1 -j2 -UTESTING -Iopl -Isrc -Isrc/setup opl pcsound src textscreen > /dev/null
|
||||
else
|
||||
./autogen.sh
|
||||
./autogen.sh --enable-werror
|
||||
make
|
||||
make install DESTDIR=/tmp/whatever
|
||||
make dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue