mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[CI] Disable werror for now
This commit is contained in:
parent
5a6806cbf7
commit
1c5d944ef4
|
@ -36,7 +36,7 @@ matrix:
|
|||
install: true
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure --enable-werror || (cat config.log && false)
|
||||
- ./configure || (cat config.log && false)
|
||||
- make --jobs=2 V=1
|
||||
- make check TESTS=kvazaar_tests
|
||||
|
||||
|
|
Loading…
Reference in a new issue