summaryrefslogtreecommitdiff
path: root/coin/module_config.yaml
blob: 3c2ceb77f6eb237234fbb56f5f4b1cfd17ddd484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version: 2
accept_configuration:
  condition: and
  conditions:
    - condition: property
      property: target.osVersion
      not_equals_value: QEMU
    - condition: or
      conditions:
        - condition: property
          property: target.os
          not_equals_value: MacOS
        - condition: property
          property: host.arch
          not_equals_value: ARM64

instructions:
  Build:
  - type: AppendToEnvironmentVariable
    variableName: NON_QTBASE_CONFIGURE_ARGS
    variableValue: " -DPython3_ROOT_DIR={{.Env.PYTHON3_PATH}}"
  - type: AppendToEnvironmentVariable
    variableName: NON_QTBASE_TARGET_CONFIGURE_ARGS
    variableValue: " -DPython3_ROOT_DIR={{.Env.PYTHON3_PATH}}"
  - type: Group
    instructions:
      - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"

  Test:
    - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"