mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
Print config.log when configure fails in Gitlab CI
This commit is contained in:
parent
121cb659ba
commit
b697d1fb96
|
@ -7,8 +7,8 @@ build-kvazaar:
|
|||
stage: build
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure --enable-werror
|
||||
- make --jobs=2 V=1
|
||||
- ./configure --enable-werror || (cat config.log && false)
|
||||
- make --jobs=8 V=1
|
||||
artifacts:
|
||||
paths:
|
||||
- src/kvazaar
|
||||
|
|
Loading…
Reference in a new issue