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

instructions:
  Build:
    - type: Group
      instructions:
        - !include "{{qt/qt5}}/coin_qt_build_template.yaml"
      enable_if:
        condition: property
        property: features
        not_contains_value: "TopLevelRunCMakeTests"
    - type: Group
      instructions:
        - !include "{{qt/qt5}}/coin_run_top_level_cmake_tests.yaml"
      enable_if:
        condition: property
        property: features
        contains_value: "TopLevelRunCMakeTests"

  Test:
    - type: Group
      instructions:
        - !include "{{qt/qt5}}/coin_bic_tests.yaml"
      enable_if:
        condition: property
        property: features
        not_contains_value: "TopLevelRunCMakeTests"