aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
blob: 96d20dd4936225e7517021f8506e20f971a6663c (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: host.os
  equals_property: target.os

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