Print config.log when configure fails in Gitlab CI

This commit is contained in:
Arttu Ylä-Outinen 2018-06-14 10:50:18 +03:00
parent 121cb659ba
commit b697d1fb96

View file

@ -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