Make Integrity to use cross compile instructions
Change-Id: I22617a5f7b8971eae679058feaf41ba811e0a3dd Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
1ef305de15
commit
aa1433fd94
@ -20,7 +20,7 @@ instructions:
|
||||
equals_property: target.os
|
||||
- condition: property
|
||||
property: target.osVersion
|
||||
not_in_values: [QEMU, WebAssembly]
|
||||
not_in_values: [QEMU, WebAssembly, INTEGRITY]
|
||||
- condition: property
|
||||
property: features
|
||||
not_contains_value: "TargetBuildOnly"
|
||||
@ -40,7 +40,7 @@ instructions:
|
||||
conditions:
|
||||
- condition: property
|
||||
property: target.osVersion
|
||||
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly]
|
||||
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly, INTEGRITY]
|
||||
- condition: and
|
||||
conditions:
|
||||
- condition: property
|
||||
|
@ -13,7 +13,7 @@ instructions:
|
||||
equals_property: target.os
|
||||
- condition: property
|
||||
property: target.osVersion
|
||||
not_in_values: [QEMU, WebAssembly]
|
||||
not_in_values: [QEMU, WebAssembly, INTEGRITY]
|
||||
- condition: property
|
||||
property: features
|
||||
not_contains_value: "TargetBuildOnly"
|
||||
@ -32,7 +32,7 @@ instructions:
|
||||
conditions:
|
||||
- condition: property
|
||||
property: target.osVersion
|
||||
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly]
|
||||
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly, INTEGRITY]
|
||||
- condition: and
|
||||
conditions:
|
||||
- condition: property
|
||||
|
Loading…
Reference in New Issue
Block a user