summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2022-03-06 17:52:05 -0300
committerAndre Miranda <andreldm@xfce.org>2022-03-06 17:52:38 -0300
commitc8ec007e98b609dd830f7665b9605a0894531b5c (patch)
tree00be096b16539a7a10226c5498ea4b74b906f470 /.gitlab-ci.yml
parent0e3355a8dd9c732dfa09ff1528f5fef9de17af39 (diff)
downloadxfconf-c8ec007e98b609dd830f7665b9605a0894531b5c.tar.gz
ci: Store tests results
As 'expire_in' is not specified the default should be 30 days
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 362c931..6ee9739 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,3 +9,6 @@ distcheck:
stage: distcheck
script:
- xvfb-run -a make distcheck
+ artifacts:
+ paths:
+ - tests/*/test-suite.log