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
|
equals_property: target.os
|
||||||
- condition: property
|
- condition: property
|
||||||
property: target.osVersion
|
property: target.osVersion
|
||||||
not_in_values: [QEMU, WebAssembly]
|
not_in_values: [QEMU, WebAssembly, INTEGRITY]
|
||||||
- condition: property
|
- condition: property
|
||||||
property: features
|
property: features
|
||||||
not_contains_value: "TargetBuildOnly"
|
not_contains_value: "TargetBuildOnly"
|
||||||
@ -40,7 +40,7 @@ instructions:
|
|||||||
conditions:
|
conditions:
|
||||||
- condition: property
|
- condition: property
|
||||||
property: target.osVersion
|
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
|
- condition: and
|
||||||
conditions:
|
conditions:
|
||||||
- condition: property
|
- condition: property
|
||||||
|
@ -13,7 +13,7 @@ instructions:
|
|||||||
equals_property: target.os
|
equals_property: target.os
|
||||||
- condition: property
|
- condition: property
|
||||||
property: target.osVersion
|
property: target.osVersion
|
||||||
not_in_values: [QEMU, WebAssembly]
|
not_in_values: [QEMU, WebAssembly, INTEGRITY]
|
||||||
- condition: property
|
- condition: property
|
||||||
property: features
|
property: features
|
||||||
not_contains_value: "TargetBuildOnly"
|
not_contains_value: "TargetBuildOnly"
|
||||||
@ -32,7 +32,7 @@ instructions:
|
|||||||
conditions:
|
conditions:
|
||||||
- condition: property
|
- condition: property
|
||||||
property: target.osVersion
|
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
|
- condition: and
|
||||||
conditions:
|
conditions:
|
||||||
- condition: property
|
- condition: property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user