2019-11-14 10:51:11 +00:00
|
|
|
type: Group
|
|
|
|
instructions:
|
|
|
|
- type: ExecuteCommand
|
2020-05-18 15:05:50 +00:00
|
|
|
command: "{{.Env.ENV_PREFIX}} {{.InstallDir}}\\host\\bin\\qt-cmake-private {{.Env.COIN_CMAKE_ARGS}}"
|
2019-11-14 10:51:11 +00:00
|
|
|
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
|
|
|
|
maxTimeInSeconds: 6000
|
|
|
|
maxTimeBetweenOutput: 1200
|
|
|
|
userMessageOnFailure: >
|
2020-02-13 09:40:41 +00:00
|
|
|
Failed to call cmake.
|
2019-11-14 10:51:11 +00:00
|
|
|
enable_if:
|
|
|
|
condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_value: Windows
|
|
|
|
- type: ExecuteCommand
|
2020-05-18 15:05:50 +00:00
|
|
|
command: "{{.InstallDir}}/host/bin/qt-cmake-private {{.Env.COIN_CMAKE_ARGS}}"
|
2020-02-07 12:29:49 +00:00
|
|
|
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
|
2019-11-14 10:51:11 +00:00
|
|
|
maxTimeInSeconds: 6000
|
|
|
|
maxTimeBetweenOutput: 1200
|
|
|
|
userMessageOnFailure: >
|
2020-02-13 09:40:41 +00:00
|
|
|
Failed to call cmake.
|
2019-11-14 10:51:11 +00:00
|
|
|
disable_if:
|
|
|
|
condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_value: Windows
|