summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-09-05 10:06:04 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-09-05 08:15:35 +0000
commit1d4a58a877b8b28074ca84a07340d2d8604b38d6 (patch)
tree32794c7ef015213a69ad73ee22ce619646efed8f /coin
parent9cf98b08da79980017b1663f3603149f39a21513 (diff)
downloadqtimageformats-1d4a58a877b8b28074ca84a07340d2d8604b38d6.tar.gz
Add build and test instructions
Change-Id: I4d52be7d162949ebc3e2122eb31ef64fce110d15 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
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"