summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAnton Danilkin <afdw@yandex.ru>2021-05-07 00:45:09 +0200
committerAnton Danilkin <afdw@yandex.ru>2021-05-07 00:45:09 +0200
commit37443761c9549cf56798c65ef7760ee3f8a67622 (patch)
tree8317fef9780920c671d08154e1f22e829ae82900 /.gitlab-ci.yml
parent929262dd54ffae81721ffe9b2c59faa7b045c663 (diff)
downloadcairo-37443761c9549cf56798c65ef7760ee3f8a67622.tar.gz
Export test images in artifacts on macOS
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 9 insertions, 4 deletions
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