[gnome-kiosk/archive-the-logs] ci: Make sure the logs get saved in CI runs




commit 89517a7a1e2f6254c3ac9c05a5b849b421cf922f
Author: Ray Strode <rstrode redhat com>
Date:   Fri Jul 29 14:04:42 2022 -0400

    ci: Make sure the logs get saved in CI runs
    
    Right now if check-format succeeds we don't get access to the
    log output at all.
    
    This commit makes sure it gets saved.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00035e4..fc125ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,5 +46,8 @@ test-fedora:
                 - meson . $BUILD_ROOT --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--mandir=/usr/share/man --libdir=/usr/lib64
                 - ninja -C $BUILD_ROOT
                 - ninja -C $BUILD_ROOT test
+        artifacts:
+                paths:
+                        - _build/meson-logs
         only:
             - merge_requests


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