summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
blob: 01da49996b1f7d99636b0477cd57faace2ff1299 (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: EnvironmentVariable
      variableName: CMAKE_BUILD_TIMEOUT
      variableValue: "36000"
    - type: EnvironmentVariable
      variableName: CMAKE_BUILD_OUTPUT_TIMEOUT
      variableValue: "3600"
    - type: EnvironmentVariable
      variableName: QTWEBENGINE_GN_THREADS
      variableValue: "1"
      enable_if:
        condition: property
        property: host.os
        equals_value: MacOS
    - !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"
    - !include "{{qt/qtbase}}/coin_module_test_docs.yaml"