summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
blob: 55b8f560d372230ffaaac693f58e7999285c1088 (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
31
32
33
34
35
36
version: 2
accept_configuration:
  condition: and
  conditions:
    - condition: property
      property: features
      not_contains_value: Disable
    - condition: and
      conditions:
        - condition: or
          conditions:
            - condition: property
              property: target.os
              not_equals_value: MacOS
            - condition: and
              conditions:
                - condition: property
                  property: target.os
                  equals_value: MacOS
                - condition: property
                  property: target.arch
                  not_equals_value: ARM64

instructions:
  Build:
    - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"

  Test:
    - type: Group
      instructions:
        - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
        - !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
      enable_if:
        condition: property
        property: target.os
        not_equals_value: QNX