summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
blob: a647c3adf33a7b4e2e95d2cd0910b454ca94abbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
accept_configuration:
  condition: property
  property: target.os
  equals_value: "Windows"

instructions:
  Build:
    - type: EnvironmentVariable
      variableName: BUILD_DOCUMENTATION
      variableValue: "1"
    - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"

  Test:
    - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"