[geary/wip/composer-folks] Keep meson test logs in GitLab CI for Fedora and Ubunut builds



commit bed41855a495008cc68b61963932602ac73935b7
Author: Michael Gratton <mike vee net>
Date:   Sun Jun 23 14:37:37 2019 +1000

    Keep meson test logs in GitLab CI for Fedora and Ubunut builds
    
    This should help debug build problems.

 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d65098b..13f37737 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,12 @@ fedora:
     - $BUILD_CMD
     - $TEST_CMD
     - $INSTALL_CMD
+  artifacts:
+    when: 'always'
+    paths:
+      - '$BUILD_DIR/meson-logs/meson-log.txt'
+      - '$BUILD_DIR/meson-logs/testlog.txt'
+    expire_in: 2 days
 
 ubuntu:
   stage: build
@@ -65,6 +71,12 @@ ubuntu:
     - $BUILD_CMD
     - $TEST_CMD
     - $INSTALL_CMD
+  artifacts:
+    when: 'always'
+    paths:
+      - '_build/meson-logs/meson-log.txt'
+      - '_build/meson-logs/testlog.txt'
+    expire_in: 2 days
 
 flatpak:
   image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'


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