summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml17
-rw-r--r--coin/product_dependencies.yaml2
2 files changed, 16 insertions, 3 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index e8b9a7758..2ae2063c6 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -1,4 +1,17 @@
version: 2
+accept_configuration:
+ condition: property
+ property: features
+ not_contains_value: Disable
+
instructions:
- Build: []
- Test: []
+ Build:
+ - type: EnvironmentVariable
+ variableName: CMAKE_BUILD_TIMEOUT
+ variableValue: "36000"
+ - type: EnvironmentVariable
+ variableName: CMAKE_BUILD_OUTPUT_TIMEOUT
+ variableValue: "3600"
+ - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
+ Test:
+ - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
diff --git a/coin/product_dependencies.yaml b/coin/product_dependencies.yaml
index c248d7b6b..101d8d04e 100644
--- a/coin/product_dependencies.yaml
+++ b/coin/product_dependencies.yaml
@@ -1,3 +1,3 @@
dependencies:
../qt5.git:
- ref: "6.0"
+ ref: refs/changes/94/340894/11