summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
blob: 3326a5f5da654167a3b71e94d01900a019f12380 (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
version: 2
accept_configuration:
  condition: or
  conditions:
    # Include all windows targets
    - condition: property
      property: target.os
      equals_value: "Windows"

instructions:
  Build:
    - type: EnvironmentVariable
      variableName: QT_CI_SKIP_MODULE_BUILD
      variableValue: "1"
      enable_if:
        condition: property
        property: features
        contains_value: Documentation
    - type: AppendToEnvironmentVariable
      variableName: NON_QTBASE_CONFIGURE_ARGS
      variableValue: " -DQT_NO_AX_SERVER_REGISTRATION=ON"
    - type: AppendToEnvironmentVariable
      variableName: NON_QTBASE_TARGET_CONFIGURE_ARGS
      variableValue: " -DQT_NO_AX_SERVER_REGISTRATION=ON"
    - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"

  Test:
    - type: Group
      instructions:
        - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
      disable_if:
        condition: property
        property: features
        contains_value: Documentation