gitlab-ci: Simplify autotools job script

Drop the verbose test log output, matching the meson job script.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Michel Dänzer 2019-03-29 10:01:20 +01:00 committed by Michel Dänzer
parent 35561d4d1e
commit b5ef99f26a
1 changed files with 1 additions and 8 deletions

View File

@ -63,14 +63,7 @@ autotools-build-and-test:
- cd build/
- ../autogen.sh --prefix=/usr
- make -j$(nproc) distcheck
- |
export PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts
set +e
set -x
make -j$(nproc) check
status=$?
cat test/piglit-results/xvfb/long-summary || :
exit $status
- PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts make -j$(nproc) check
meson-build-and-test:
extends: .common-build-and-test