summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-05 21:45:49 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-04-05 21:46:01 (GMT)
commitf38fbdb65b1dddcccef725e6c5e881029f809ff7 (patch)
tree826ef7b35038aa6b2cad234d3159a2ebaf89f38f /.gitlab-ci.yml
parent441860499ccbab98cb188fb927ae7fb4d1804b6d (diff)
parent2808281730b2c887da1845f86042566991be5a8a (diff)
downloadCMake-f38fbdb65b1dddcccef725e6c5e881029f809ff7.zip
CMake-f38fbdb65b1dddcccef725e6c5e881029f809ff7.tar.gz
CMake-f38fbdb65b1dddcccef725e6c5e881029f809ff7.tar.bz2
Merge topic 'ci-cmake.org-help' into release-3.23
2808281730 gitlab-ci: update cmake.org documentation in release package pipeline ed00a29cce gitlab-ci: consolidate jobs for cmake.org/cmake/help/git-{master,stage} docs 5c2e8ce515 Utilities/Sphinx: Add OpenSearch link to html page headers on cmake.org a14905d4df Utilities/Sphinx: Add option to build outdated version banner for cmake.org cca73b54ae Utilities/Sphinx: Add undocumented option to build docs for cmake.org Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7144
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml32
1 files changed, 8 insertions, 24 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d8c16ae..1b1ddbe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,37 +70,21 @@ u:source-package:
# Documentation builds
-b:help:master:
+b:cmake.org-help:
extends:
- .cmake_org_help
- - .run_only_for_continuous_master
+ - .run_cmake_org_help
+ dependencies: []
+ needs: []
-.u:help:master:
+u:cmake.org-help:
extends:
- .rsync_upload_help
- - .run_only_for_continuous_master
- variables:
- RSYNC_DESTINATION: git-master
- dependencies:
- - b:help:master
- needs:
- - b:help:master
-
-b:help:stage:
- extends:
- - .cmake_org_help
- - .run_only_for_continuous_stage
-
-.u:help:stage:
- extends:
- - .rsync_upload_help
- - .run_only_for_continuous_stage
- variables:
- RSYNC_DESTINATION: git-stage
+ - .run_cmake_org_help
dependencies:
- - b:help:stage
+ - b:cmake.org-help
needs:
- - b:help:stage
+ - b:cmake.org-help
# Lint builds