summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2021-02-12 10:59:32 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-03-16 05:52:00 +0000
commitf014e544c84ec307316a71f27d6b9f3a4bbf95f4 (patch)
treefacad88dab0d19336951bc1c8c1e39a5d9172d55 /coin
parent4bb3053715aa0de2945d2600d7148b9c1cad83ea (diff)
Coin: Enable module's documentation build
Change-Id: I2319357f146de86a84cf7be926ce539f28d8f4e4 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit c7981e015b04b8c49d9ef9f0d75c26ade7e2fd0c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml13
1 files changed, 10 insertions, 3 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 9089300..c716ec3 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -1,8 +1,15 @@
version: 2
accept_configuration:
- condition: property
- property: target.os
- equals_value: "Windows"
+ condition: or
+ conditions:
+ # Include all windows targets
+ - condition: property
+ property: target.os
+ equals_value: "Windows"
+ # Include documentation build
+ - condition: property
+ property: features
+ contains_value: Documentation
instructions:
Build: