summaryrefslogtreecommitdiffstats
path: root/coin/instructions/coin_qtbase_build_template_v2.yaml
blob: 433b326e251e2536333f6e996ce7a3f42a104f3f (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
type: Group
instructions:
  - !include "{{qt/qtbase}}/prepare_building_env.yaml"
  - type: Group
    instructions:
      - !include "{{qt/qtbase}}/cmake_qtbase_build_instructions.yaml"
      - !include "{{qt/qtbase}}/cmake_build_and_upload_test_artifacts.yaml"
    enable_if:
      condition: and
      conditions:
        - condition: property
          property: host.os
          equals_property: target.os
        - condition: property
          property: target.osVersion
          not_equals_value: QEMU
  - type: Group
    instructions:
      - !include "{{qt/qtbase}}/cmake_cross_compilation_qtbase_build_instructions.yaml"
    disable_if:
      condition: and
      conditions:
        - condition: property
          property: host.os
          equals_property: target.os
        - condition: property
          property: target.osVersion
          not_equals_value: QEMU