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

instructions:
  Build:
    - type: EnvironmentVariable
      variableName: CMAKE_BUILD_TIMEOUT
      variableValue: "36000"
    - type: EnvironmentVariable
      variableName: CMAKE_BUILD_OUTPUT_TIMEOUT
      variableValue: "3600"
    - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
  Test:
    - type: EnvironmentVariable
      variableName: QTWEBENGINE_DISABLE_SANDBOX
      variableValue: "1"
      enable_if:
        condition: property
        property: target.osVersion
        equals_value: QEMU
    - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"