summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2021-02-15 09:32:59 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-03-16 05:51:20 +0000
commit4bb3053715aa0de2945d2600d7148b9c1cad83ea (patch)
treed4fd385da9c8fafaed550e6a2a39d848efcd5e0f /coin
parent1c87410500b8681e0ea60db21d0c3bdfc76132b3 (diff)
Disable module build and tests on documentation target
To build the documentation the module build needs to be skipped because the noop build would result in premature agent exit. Change-Id: Ib990c696b6ac0616d9008bbb1219ca05ddbdd92f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit b7834eefa615cf2ba2028ec7c7f525b74bdea969) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml15
1 files changed, 14 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index a647c3a..9089300 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -9,7 +9,20 @@ instructions:
- type: EnvironmentVariable
variableName: BUILD_DOCUMENTATION
variableValue: "1"
+ - type: EnvironmentVariable
+ variableName: QT_CI_SKIP_MODULE_BUILD
+ variableValue: "1"
+ enable_if:
+ condition: property
+ property: features
+ contains_value: Documentation
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test:
- - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
+ - type: Group
+ instructions:
+ - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
+ disable_if:
+ condition: property
+ property: features
+ contains_value: Documentation