From e5b211a4adc313cc10d1216ff3e8a166b562137b Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 29 Aug 2019 21:45:55 +0200 Subject: Add build and test instructions Change-Id: Ife5ca63282d0a5768ac2a99c4e6e442c8fa36396 Reviewed-by: Alexandru Croitor --- coin/module_config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 coin/module_config.yaml (limited to 'coin') 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" -- cgit v1.2.1