diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-09-15 13:32:01 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-09-16 17:35:53 (GMT) |
commit | 7d4ec05c6f5b4d7f2b27ded68003eab2d0126199 (patch) | |
tree | 39cea602c491d29619e1dc6df305cbbb9a49c87e /.gitlab/artifacts.yml | |
parent | f0aaf24f0801ee5ff6107681f2740a892fa90aa1 (diff) | |
download | CMake-7d4ec05c6f5b4d7f2b27ded68003eab2d0126199.zip CMake-7d4ec05c6f5b4d7f2b27ded68003eab2d0126199.tar.gz CMake-7d4ec05c6f5b4d7f2b27ded68003eab2d0126199.tar.bz2 |
gitlab-ci: add a job to make a doc "bundle"
This can be added to any other platform's package by reusing the
artifact.
Diffstat (limited to '.gitlab/artifacts.yml')
-rw-r--r-- | .gitlab/artifacts.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index be10e24..fb33ca7 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -79,3 +79,10 @@ paths: # Take the install tree. - build/install/ + +.cmake_doc_artifacts: + artifacts: + expire_in: 1d + paths: + # Take the install tree. + - build/install-doc/ |