mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
[CI] Disable werror and 10bit tests in gitlab-ci
This commit is contained in:
parent
9e3e8f51f6
commit
daf5050ff8
|
@ -7,7 +7,7 @@ test-kvazaar: &test-template
|
||||||
script:
|
script:
|
||||||
- export PATH="${HOME}/bin:${PATH}"
|
- export PATH="${HOME}/bin:${PATH}"
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --enable-werror || (cat config.log && false)
|
- ./configure || (cat config.log && false)
|
||||||
- make --jobs=8
|
- make --jobs=8
|
||||||
- make check --jobs=8 VERBOSE=1
|
- make check --jobs=8 VERBOSE=1
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -56,12 +56,12 @@ test-distcheck:
|
||||||
script:
|
script:
|
||||||
- export PATH="${HOME}/bin:${PATH}"
|
- export PATH="${HOME}/bin:${PATH}"
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --enable-werror || (cat config.log && false)
|
- ./configure || (cat config.log && false)
|
||||||
- make --jobs=8 VERBOSE=1 distcheck
|
- make --jobs=8 VERBOSE=1 distcheck
|
||||||
|
|
||||||
test-10bit:
|
#test-10bit:
|
||||||
<<: *test-template
|
# <<: *test-template
|
||||||
variables:
|
# variables:
|
||||||
CFLAGS: '-DKVZ_BIT_DEPTH=10'
|
# CFLAGS: '-DKVZ_BIT_DEPTH=10'
|
||||||
# VAQ is not currently supported on the 10-bit build, so xfail it
|
# VAQ is not currently supported on the 10-bit build, so xfail it
|
||||||
XFAIL_TESTS: test_tools.sh
|
#XFAIL_TESTS: test_tools.sh
|
||||||
|
|
Loading…
Reference in a new issue