summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-08-16 17:33:40 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-08-16 17:33:53 (GMT)
commitccbd06cb83ddd6f55455f59956bb5fb7e1ae7471 (patch)
tree6bf677616119ddec446100bbf7a8c3f08e1b7aca /.gitlab/os-linux.yml
parent1f60eb4acfd0544bb4988a669e11f165dddd7352 (diff)
parent30b1080c69ea472b56aab866665493d4c8cc80d7 (diff)
downloadCMake-ccbd06cb83ddd6f55455f59956bb5fb7e1ae7471.zip
CMake-ccbd06cb83ddd6f55455f59956bb5fb7e1ae7471.tar.gz
CMake-ccbd06cb83ddd6f55455f59956bb5fb7e1ae7471.tar.bz2
Merge topic 'rel-no-doc'
30b1080c69 Utilities/Release: Remove unused documentation build settings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8730
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index a6d35e1..46b9602 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -539,8 +539,7 @@
- source .gitlab/ci/env.sh
# Bootstrap.
- mkdir -p build/
- # Exclude documentation. A job dependency provides it for packaging.
- - sed '/^# Build doc/,/^$/d' Utilities/Release/linux/$CMAKE_ARCH/cache.txt > build/CMakeCache.txt
+ - cp Utilities/Release/linux/$CMAKE_ARCH/cache.txt build/CMakeCache.txt
# Make sccache available.
- .gitlab/ci/sccache.sh
- export PATH=$PWD/.gitlab:$PATH