summaryrefslogtreecommitdiff
path: root/coin/module_config.yaml
blob: 7e8d65e0be4ddfc8f16bb1121177c4fef16fc7cb (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
version: 2
accept_configuration:
  condition: property
  property: features
  not_contains_value: Disable

instructions:
  Build:
    - type: Group
      instructions:
        - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
      enable_if:
        condition: property
        property: host.os
        equals_value: Linux

  Test:
    - type: Group
      instructions:
        - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
      enable_if:
        condition: and
        conditions:
          - condition: property
            property: host.os
            equals_value: Linux
          - condition: property
            property: host.os
            equals_property: target.os
          - condition: property
            property: target.osVersion
            not_equals_value: QEMU