summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-06 13:25:38 (GMT)
committerBrad King <brad.king@kitware.com>2022-04-06 13:59:14 (GMT)
commitb691906d271e2cb3dba09ef8ec07d05278976257 (patch)
tree5e4204c860c9ee78bf7cca44a85da6078d549cca /.gitlab/os-linux.yml
parent1ceec19c208f0655362ce360a5402f613c393f3c (diff)
downloadCMake-b691906d271e2cb3dba09ef8ec07d05278976257.zip
CMake-b691906d271e2cb3dba09ef8ec07d05278976257.tar.gz
CMake-b691906d271e2cb3dba09ef8ec07d05278976257.tar.bz2
gitlab-ci: Build qthelp-format release documentation for cmake.org
Previously the qthelp-format release documentation on `cmake.org` was built manually.
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 3d2c827..2d7ace6 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -490,7 +490,9 @@
- *before_script_linux
- mkdir -p build/
- cd build/
- - cmake ../Utilities/Sphinx -GNinja -DSPHINX_HTML=ON
+ - cmake ../Utilities/Sphinx -GNinja
+ -DSPHINX_HTML=ON
+ -DSPHINX_QTHELP=$CMAKE_CI_SPHINX_QTHELP
-DCMake_SPHINX_CMAKE_ORG=ON
-DCMake_SPHINX_CMAKE_ORG_OUTDATED=$CMAKE_CI_SPHINX_OUTDATED
-DCMake_VERSION_NO_GIT=$CMAKE_CI_VERSION_NO_GIT