diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2018-11-22 17:47:15 +0100 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2018-11-22 17:48:00 +0100 |
commit | 718ddc9c96cd03c2d5439bfd4880d9f0e727a0ce (patch) | |
tree | ca2996697be22ec1b070bfd6d71455333415773a /.gitlab-ci.yml | |
parent | f795725aaf825675e2bde00d172c79705cd270df (diff) | |
download | mutter-718ddc9c96cd03c2d5439bfd4880d9f0e727a0ce.tar.gz |
gitlab-ci.yml: Stop creating meson-logs artifact
The logs were useless, as the complete test suite log was printed to
stdout.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c7888e10..fb9c83a78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |