[pango/install-test-option] ci: preserve logs



commit 0bc492feaff91fb00719b94d8a00cb04acfb9366
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jul 6 10:42:35 2019 -0400

    ci: preserve logs
    
    Hard to find out what is going wrong, otherwise.

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e150803c..18e86443 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,11 @@ gnome-runtime-linux:
     - meson _build
     - ninja -C _build
     - cd _build; meson test --suite pango
+  artifacts:
+    name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
+    when: always
+    paths:
+      - _build/meson-logs
 
 msys2-mingw64:
   stage: build


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