summaryrefslogtreecommitdiffstats
path: root/coin/instructions/coin_module_build_template_v2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/coin_module_build_template_v2.yaml')
-rw-r--r--coin/instructions/coin_module_build_template_v2.yaml63
1 files changed, 57 insertions, 6 deletions
diff --git a/coin/instructions/coin_module_build_template_v2.yaml b/coin/instructions/coin_module_build_template_v2.yaml
index 731f19c648..e7f47328e8 100644
--- a/coin/instructions/coin_module_build_template_v2.yaml
+++ b/coin/instructions/coin_module_build_template_v2.yaml
@@ -20,7 +20,37 @@ instructions:
equals_property: target.os
- condition: property
property: target.osVersion
- not_in_values: [QEMU, WebAssembly]
+ not_in_values: [QEMU, WebAssembly, INTEGRITY, VxWorks]
+ - condition: property
+ property: features
+ not_contains_value: "TargetBuildOnly"
+ - condition: property
+ property: features
+ not_contains_value: "DebianPackaging"
+ - condition: runtime
+ env_var: AXIVION_ANALYSIS
+ not_equals_value: "1"
+ - type: Group
+ instructions:
+ - !include "{{qt/qtbase}}/coin_module_axivion_template_v2.yaml"
+ enable_if:
+ condition: and
+ conditions:
+ - condition: runtime
+ env_var: AXIVION_ANALYSIS
+ equals_value: "1"
+ - condition: runtime
+ env_var: TESTED_MODULE_COIN
+ not_equals_value: "qtdoc"
+ - condition: runtime
+ env_var: TESTED_MODULE_COIN
+ not_equals_value: "qtquickeffectmaker"
+ - condition: runtime
+ env_var: TESTED_MODULE_COIN
+ not_equals_value: "qttranslations"
+ - condition: runtime
+ env_var: TESTED_MODULE_COIN
+ not_equals_value: "qtwebengine"
- type: Group
instructions:
- !include "{{qt/qtbase}}/cmake_cross_compilation_module_build_instructions.yaml"
@@ -30,9 +60,30 @@ instructions:
enable_if:
condition: property
property: target.osVersion
- # We don't currently build tests for Android other than qtbase repo
- in_values: [QEMU]
+ in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY, VxWorks]
enable_if:
- condition: property
- property: target.osVersion
- in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly]
+ condition: or
+ conditions:
+ - condition: property
+ property: target.osVersion
+ in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY, VxWorks]
+ - condition: and
+ conditions:
+ - condition: property
+ property: host.compiler
+ equals_value: MSVC2019
+ - condition: property
+ property: target.arch
+ equals_value: ARM64
+ - condition: property
+ property: features
+ not_contains_value: "DebianPackaging"
+ - type: Group
+ instructions:
+ - type: Group
+ instructions:
+ - !include "{{qt/qtbase}}/debian/debian_build_module.yaml"
+ enable_if:
+ condition: property
+ property: features
+ contains_value: "DebianPackaging"