summaryrefslogtreecommitdiffstats
path: root/coin/instructions/coin_module_test_qemu_env_vars.yaml
blob: cd7c53d4550ed3af34e04ea33469b35fa4dcc9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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