[cairo-commit] 2 commits - .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 6 23:17:36 UTC 2021


 .gitlab-ci.yml |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 0a4ba0507c4b7a5de08b2e5dcd1065d141c6661c
Merge: 929262dd5 37443761c
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Thu May 6 23:17:34 2021 +0000

    Merge branch 'macos-artifacts' into 'master'
    
    Export test images in artifacts on macOS
    
    See merge request cairo/cairo!178

commit 37443761c9549cf56798c65ef7760ee3f8a67622
Author: Anton Danilkin <afdw at yandex.ru>
Date:   Fri May 7 00:45:09 2021 +0200

    Export test images in artifacts on macOS

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 67c93ad7b..c04a845c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -253,12 +253,17 @@ meson macOS:
   tags:
     - gst-macos-11.1
   artifacts:
-    name: "${CI_JOB_NAME}_${CI_COMMIT_SHA}"
-    expire_in: '5 days'
     when: 'always'
+    expire_in: "7 days"
     paths:
-      - "build/meson-logs/*txt"
-      - "build/meson-private/*pc"
+      - build/meson-logs/*.txt
+      - build/meson-private/*.pc
+      - build/test/*.log
+      - build/test/pdiff/*.log
+      - build/test/output
+    exclude:
+      - "build/test/**/*.cs"
+      - "build/test/**/*.trace"
   before_script:
     - pip3 install --upgrade pip
     # Make sure meson is up to date


More information about the cairo-commit mailing list