summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-08-29 21:45:55 +0200
committerLiang Qi <liang.qi@qt.io>2019-08-30 10:35:48 +0000
commite5b211a4adc313cc10d1216ff3e8a166b562137b (patch)
treea91237ab52b0c6c8c530ece96299ff16b5da1752 /coin
parent64c9cdf36de02495147d93909bcee90341aa634f (diff)
downloadqtsvg-e5b211a4adc313cc10d1216ff3e8a166b562137b.tar.gz
Add build and test instructions
Change-Id: Ife5ca63282d0a5768ac2a99c4e6e442c8fa36396 Reviewed-by: Alexandru Croitor <alexandru.croitor@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 0000000..9f29e11
--- /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"