summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-01-08 14:44:25 +0100
committerBastien Nocera <hadess@hadess.net>2019-01-30 10:56:54 +0000
commit23cba2ace264f90b1382d925af97e794e016b678 (patch)
tree1fdd485e360e11f699c1aeaa7303500053883b2f /.gitlab-ci.yml
parentfc19c949d110abd6670f8bcdd55f0edf38e89ec0 (diff)
downloadgnome-desktop-23cba2ace264f90b1382d925af97e794e016b678.tar.gz
ci: Upload uninstalled test results on failure
Upload the meson logs as well, if any test fails.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 485988f5..68cccfb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,5 +30,6 @@ build_stable:
gnome-desktop-testing-runner --report-directory=test-results gnome-desktop
artifacts:
paths:
- - build/test-results
+ - build/meson-logs/
+ - build/test-results/
when: on_failure