summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-08-20 16:22:48 +0200
committerBastien Nocera <hadess@hadess.net>2019-08-20 16:35:49 +0200
commitdcf2778ea8e2830669741c6e3e812473be84ca1d (patch)
tree86e56ddb2eb387daca1fc34e4d628f1f4e2cf61f
parentc3cf72f45b80647c1ab7dc13ce56ae2d5e80d4f4 (diff)
downloadshared-mime-info-wip/hadess/sub-class-of-alias.tar.gz
ci: Make the created spec file downloadablewip/hadess/sub-class-of-alias
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e6098ae..aa2757c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,3 +32,9 @@ build:
- XDGMIME_PATH=`pwd`/xdgmime/ ./autogen.sh
- make check
- V=1 make distcheck
+
+ artifacts:
+ paths:
+ - shared-mime-info-spec-html/shared-mime-info-spec.html
+ when: always
+ expire_in: 30 days