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:
Brad King
2021-03-12 12:58:29 -05:00
parent c69d4b177f
commit 9b5eae9cde

View File

@@ -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