summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-03-09 19:03:58 -0600
committerMarge Bot <marge-bot@gnome.org>2023-03-14 23:51:53 +0000
commita5c1f1821c876ae01b82624383ecb3313e6d2ef3 (patch)
treedce21afe01dc33f33918494f7542ba4ea6ac09c3 /.gitlab-ci.yml
parentd1f785e132b49122ee9f4cd629a928b7e2de898d (diff)
downloadlibrsvg-a5c1f1821c876ae01b82624383ecb3313e6d2ef3.tar.gz
win32: keep test artifacts to debug things
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/812>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 635efd53..f05013a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -403,6 +403,11 @@ msys2-mingw64:
rules:
- if: '$CI_PIPELINE_SOURCE == "push"'
- if: '$CI_PIPELINE_SOURCE == "schedule"'
+ artifacts:
+ when: 'on_failure'
+ paths:
+ - _build/tests/output
+ expire_in: 1 day
distcheck:
stage: acceptance test