diff options
author | Ville Voutilainen <ville.voutilainen@qt.io> | 2025-09-03 11:16:10 +0300 |
---|---|---|
committer | Ville Voutilainen <ville.voutilainen@qt.io> | 2025-09-03 11:59:09 +0000 |
commit | 205b8da2932ed506e6de55627144b83d1fc127a6 (patch) | |
tree | a9962d753694c188839f2eda5b07bc6eafb9189b | |
parent | 214f87ae5031154b20d0b833de674c34ac3c8614 (diff) |
Add a coin module configmaven_publishing
Change-Id: I7a6b119029286bfd41a48749b605d9491ce685a6
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
-rw-r--r-- | coin/module_config.yaml | 13 |
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..86d267b --- /dev/null +++ b/coin/module_config.yaml @@ -0,0 +1,13 @@ +version: 2 +tags: [git] +accept_configuration: + condition: property + property: features + not_contains_value: Disable + +instructions: + Build: + - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml" + + Test: + - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml" |