1
0
Fork 0

gitlab-ci.yml: Stop creating meson-logs artifact

The logs were useless, as the complete test suite log was printed to
stdout.
This commit is contained in:
Jonas Ådahl 2018-11-22 17:47:15 +01:00
parent f795725aaf
commit 718ddc9c96

View file

@ -18,7 +18,3 @@ test-mutter:
- ninja -C build
- glib-compile-schemas $PWD/build/data
- env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx -noreset' meson test -C build -t 2 --verbose --no-stdsplit --wrap catchsegv
artifacts:
paths:
- build/
when: on_failure