mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
15 lines
400 B
YAML
15 lines
400 B
YAML
type: Group
|
|
instructions:
|
|
- type: Group
|
|
instructions:
|
|
- type: EnvironmentVariable
|
|
variableName: QEMU_LD_PREFIX
|
|
variableValue: "{{.Env.QT_SYSROOT_FOR_RUNNING_TESTS}}"
|
|
- type: EnvironmentVariable
|
|
variableName: QT_QPA_PLATFORM
|
|
variableValue: "offscreen"
|
|
enable_if:
|
|
condition: property
|
|
property: target.osVersion
|
|
equals_value: QEMU
|