aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-09-05 16:07:27 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-09-06 09:08:52 +0000
commitfa53bd50f15b5b213ed205ccc0a6f5dd21471222 (patch)
tree89d7cb5573560a1d98e3bc2fe2d55cc1012fe154
parentd9df6eed8cdab44f5139408c9fa21325591b3fc8 (diff)
Add build and test instructions
Tests instructions have a single dummy operation, because there are no tests ported yet. Change-Id: I5c57e1116bab5d2099585d64791f0a031d88fd05 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--coin/module_config.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
new file mode 100644
index 00000000..2d433704
--- /dev/null
+++ b/coin/module_config.yaml
@@ -0,0 +1,14 @@
+version: 1
+accept_configuration:
+ condition: property
+ property: host.os
+ equals_property: target.os
+
+build_instructions:
+ - !include "{{qt/qtbase}}/prepare_building_env.yaml"
+ - !include "{{qt/qtbase}}/cmake_module_build_instructions.yaml"
+
+test_instructions:
+ - type: EnvironmentVariable
+ variableName: Dummy
+ variableValue: dummy