[gnome-autoar/wip/oholy/ci-artifacts] ci: Store meson logs as job artifacts




commit 8910cc5052f0293a092d7ba0eb2ad287cfa47d4c
Author: Ondrej Holy <oholy redhat com>
Date:   Tue Nov 30 10:09:53 2021 +0100

    ci: Store meson logs as job artifacts
    
    Currently, the meson logs are not stored. It would be nice to have
    them for debugging purposes. Let's store them as job artifacts.

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d5cf1f..5bc0925 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,10 @@ fedora latest:
         - meson setup _build --prefix=/usr -Dgtk_doc=false -Dintrospection=enabled -Dtests=true
         - ninja -C _build test
         - check-abi $LAST_ABI_BREAK $(git rev-parse HEAD)
+    artifacts:
+        paths:
+            - "_build/meson-logs"
+
 update image:
     variables:
          STORAGE_DRIVER: vfs


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