aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-08-30 12:44:06 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-09-04 15:43:16 +0000
commit6536c67b53db275bb51d61de3d896893101d278a (patch)
treeca411d443603d7751e682e372547d5ad97f01280 /coin
parent266e68e7845be793ab4237118d2cfbd6fb0df29b (diff)
Add build and test instructions
Change-Id: I9dd73a5b95649da72d1d7069b932eb6835ad0323 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
new file mode 100644
index 0000000000..9f29e1139b
--- /dev/null
+++ b/coin/module_config.yaml
@@ -0,0 +1,13 @@
+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"
+ - !include "{{qt/qtbase}}/cmake_build_and_upload_test_artifacts.yaml"
+
+test_instructions:
+ - !include "{{qt/qtbase}}/cmake_regular_test_instructions.yaml"