[gnome-desktop/wip/hadess/ci-improvements: 1/4] ci: Upload uninstalled test results on failure



commit 54980c8cf931d69e59407d2006eb9ed01f4c081d
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 8 14:44:25 2019 +0100

    ci: Upload uninstalled test results on failure
    
    Upload the meson logs as well, if any test fails.

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bc0ef65..6453108d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,5 +27,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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]