[librsvg: 17/25] gitlab-ci: Extract png artifacts from /tmp.



commit 79569409f5206b52c76e36dd791f09087bd9aa7b
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Wed Jan 31 00:46:45 2018 +0200

    gitlab-ci: Extract png artifacts from /tmp.

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b950388..1ca612c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,9 +23,12 @@ test:
   script:
     - ./autogen.sh --enable-debug
     - make check
+  after_script:
+    - mkdir test_artifacts
+    - cp /tmp/*.png png_artifacts
 
   artifacts:
     when: on_failure
     paths:
-      - /tmp/*.png
       - tests/*.log
+      - png_artifacts/


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