summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-09-15 13:32:01 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-09-16 17:35:53 (GMT)
commit7d4ec05c6f5b4d7f2b27ded68003eab2d0126199 (patch)
tree39cea602c491d29619e1dc6df305cbbb9a49c87e /.gitlab/os-linux.yml
parentf0aaf24f0801ee5ff6107681f2740a892fa90aa1 (diff)
downloadCMake-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/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index dfd94f5..1ec5413 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -54,6 +54,13 @@
CTEST_SOURCE_SUBDIRECTORY: "Utilities/Sphinx"
CMake_SKIP_INSTALL: 1
+.fedora31_sphinx_package:
+ extends: .fedora31
+
+ variables:
+ CMAKE_CONFIGURATION: fedora31_sphinx_package
+ CTEST_SOURCE_SUBDIRECTORY: "Utilities/Sphinx"
+
#### Build and test
.fedora31_ninja: