[CI] Enable werror again

This commit is contained in:
Marko Viitanen 2021-11-29 16:35:03 +02:00
parent 3fda2dd6c8
commit 98101e3be8

View file

@ -8,7 +8,7 @@ test-kvazaar: &test-template
- bash .travis-install.bash
- export PATH="${HOME}/bin:${PATH}"
- ./autogen.sh
- ./configure || (cat config.log && false)
- ./configure --enable-werror || (cat config.log && false)
- make --jobs=8
- make check --jobs=8 VERBOSE=1
artifacts:
@ -53,7 +53,7 @@ test-valgrind:
# script:
# - export PATH="${HOME}/bin:${PATH}"
# - ./autogen.sh
# - ./configure || (cat config.log && false)
# - ./configure --enable-werror || (cat config.log && false)
# - make --jobs=8 VERBOSE=1 distcheck
#test-10bit: