mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[CI] Enable werror again
This commit is contained in:
parent
3fda2dd6c8
commit
98101e3be8
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue