mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
gitlab-ci: add jobs to build cmake.org/cmake/help/git-{master,stage} docs
This commit is contained in:
@@ -63,6 +63,18 @@ upload:source-package:
|
||||
variables:
|
||||
RSYNC_DESTINATION: dev
|
||||
|
||||
# Documentation builds
|
||||
|
||||
build:help:master:
|
||||
extends:
|
||||
- .cmake_org_help
|
||||
- .run_only_for_continuous_master
|
||||
|
||||
build:help:stage:
|
||||
extends:
|
||||
- .cmake_org_help
|
||||
- .run_only_for_continuous_stage
|
||||
|
||||
# Lint builds
|
||||
|
||||
build:debian10-iwyu:
|
||||
|
||||
Reference in New Issue
Block a user