26 lines
718 B
YAML
26 lines
718 B
YAML
|
type: Group
|
||
|
instructions:
|
||
|
- type: Group
|
||
|
instructions:
|
||
|
- !include "{{qt/qtbase}}/coin_module_test_template_common.yaml"
|
||
|
- type: Group
|
||
|
instructions:
|
||
|
- !include "{{qt/qtbase}}/cmake_regular_test_instructions_enforced.yaml"
|
||
|
enable_if:
|
||
|
condition: or
|
||
|
conditions:
|
||
|
- condition: property
|
||
|
property: host.os
|
||
|
equals_property: target.os
|
||
|
- condition: property
|
||
|
property: target.osVersion
|
||
|
equals_value: QEMU
|
||
|
disable_if:
|
||
|
condition: property
|
||
|
property: features
|
||
|
contains_value: DisableTests
|
||
|
|
||
|
- type: EnvironmentVariable
|
||
|
variableName: Dummy
|
||
|
variableValue: dummy
|