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




commit d61095729e35c08c887de68539e26b30720aea87
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

 .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]