show test-suite.log in gitlab-ci

useful when build fails
This commit is contained in:
Thomas Bernard 2019-04-03 13:56:06 +02:00
parent 57c112bfa9
commit cce0a85e6f
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -10,6 +10,8 @@ autoconf:
stage: build
script:
- sh build/gitlab-ci autoconf
after_script:
- 'cat autoconf-build/test/test-suite.log'
cmake-makefiles:
stage: build