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

instructions:
  Build:
    - !include "{{qt/qtbase}}/prepare_building_env.yaml"
    - type: MakeDirectory
      directory: .git
    - type: SetBuildDirectory
      directory: "{{.SourceDir}}"
    - type: ChangeDirectory
      directory: "{{.BuildDir}}"
    - type: ExecuteCommand
      command: "{{.Env.ENV_PREFIX}} cmake {{.Env.CONFIGURE_ARGS}} -DCMAKE_INSTALL_PREFIX:PATH={{.InstallDir}} -DBUILD_TESTING=OFF {{.SourceDir}}"
      executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
      maxTimeInSeconds: 6000
      maxTimeBetweenOutput: 1200
      userMessageOnFailure: >
        Failed to call cmake.

  Test:
    - type: EnvironmentVariable
      variableName: Dummy
      variableValue: dummy