[gtk-doc/wip/smcv/dist-meson-build: 2/3] CI: Collect logs from meson build as artifacts




commit d6dcd038ab638e339ccaa4a36c94e02e2e98ad4e
Author: Simon McVittie <smcv debian org>
Date:   Fri Aug 21 15:53:21 2020 +0100

    CI: Collect logs from meson build as artifacts
    
    Signed-off-by: Simon McVittie <smcv debian org>

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f84030..82ff02e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,10 @@ meson-build:
     - meson test -C _build
   except:
     - tags
+  artifacts:
+    when: always
+    paths:
+      - _build/meson-logs/*
 
 # common
 


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