aboutsummaryrefslogtreecommitdiffstats
path: root/coin/instructions/coin_qt_configure.yaml
blob: e1b445c1e89233f14879b3ca702b6e6628658d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
type: Group
instructions:
  - !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}} -DQT_BUILD_TESTS=OFF {{.SourceDir}}"
    executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
    maxTimeInSeconds: 6000
    maxTimeBetweenOutput: 1200
    userMessageOnFailure: >
      Failed to call cmake.