|
|
@@ -70,37 +70,19 @@ 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
|
|
|
|
|
|
-.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
|
|
|
|