summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml31
1 files changed, 5 insertions, 26 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 5069e9d7a..628a967aa 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -4,35 +4,14 @@ accept_configuration:
property: features
not_contains_value: Disable
+machine_type:
+ Build:
+ cores: 4
+
instructions:
Build:
- !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}}/prepare_building_env.yaml"
- - type: EnvironmentVariable
- variableName: QDOC_NOLINKERRORS
- variableValue: 1
- - type: EnvironmentVariable
- variableName: QDOC_ENABLE_WARNINGLIMIT
- variableValue: 1
- - type: SetBuildDirectory
- directory: "{{.SourceDir}}"
- - type: ChangeDirectory
- directory: "{{.BuildDir}}"
- - type: EnvironmentVariable
- variableName: COIN_CMAKE_ARGS
- variableValue: "-DBUILD_TESTING=OFF {{.SourceDir}}"
- - !include "{{qt/qtbase}}/call_cmake.yaml"
- - type: ExecuteCommand
- command: "cmake --build . --target generate_docs"
- maxTimeInSeconds: 1800
- maxTimeBetweenOutput: 900
- userMessageOnFailure: "Documentation check failed, see the log for details."
- enable_if:
- condition: property
- property: features
- contains_value: "TestDocs"
+ - !include "{{qt/qtbase}}/coin_module_test_docs.yaml"