mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-07 07:08:40 -06:00
gitlab-ci: remove redundant sphinx build from release-style CI jobs
The Sphinx build is mostly serial and takes a long time. All our CI pipelines (packaging, integration branches, merge requests) have a dedicated job for the Sphinx build.
This commit is contained in:
@@ -253,7 +253,8 @@
|
||||
script:
|
||||
# Bootstrap.
|
||||
- mkdir -p build/
|
||||
- cp -v Utilities/Release/linux/$CMAKE_ARCH/cache.txt build/CMakeCache.txt
|
||||
# Exclude documentation. A job dependency provides it for packaging.
|
||||
- sed '/^# Build doc/,/^$/d' Utilities/Release/linux/$CMAKE_ARCH/cache.txt > build/CMakeCache.txt
|
||||
# Make sccache available.
|
||||
- .gitlab/ci/sccache.sh
|
||||
- export PATH=$PWD/.gitlab:$PATH
|
||||
|
||||
Reference in New Issue
Block a user