2020-05-18 15:05:50 +00:00
|
|
|
type: Group
|
|
|
|
instructions:
|
2020-09-09 05:32:21 +00:00
|
|
|
- type: ChangeDirectory
|
|
|
|
directory: "{{.BuildDir}}"
|
2020-05-18 15:05:50 +00:00
|
|
|
- type: ExecuteCommand
|
2020-10-23 12:37:58 +00:00
|
|
|
command: "{{.Env.TESTS_ENV_PREFIX}} {{.Env.INSTALL_DIR_FOR_CMAKE_TESTS}}\\bin\\qt-internal-configure-tests {{.Env.COIN_CMAKE_ARGS}}"
|
2020-05-18 15:05:50 +00:00
|
|
|
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
|
|
|
|
maxTimeInSeconds: 6000
|
|
|
|
maxTimeBetweenOutput: 1200
|
|
|
|
userMessageOnFailure: >
|
|
|
|
Failed to call cmake.
|
|
|
|
enable_if:
|
|
|
|
condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_value: Windows
|
|
|
|
- type: ExecuteCommand
|
2021-03-23 15:30:03 +00:00
|
|
|
command: "{{.Env.TESTS_ENV_PREFIX}} {{.Env.INSTALL_DIR_FOR_CMAKE_TESTS}}/libexec/qt-internal-configure-tests {{.Env.COIN_CMAKE_ARGS}}"
|
2020-05-18 15:05:50 +00:00
|
|
|
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
|
|
|
|
maxTimeInSeconds: 6000
|
|
|
|
maxTimeBetweenOutput: 1200
|
|
|
|
userMessageOnFailure: >
|
|
|
|
Failed to call cmake.
|
|
|
|
disable_if:
|
|
|
|
condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_value: Windows
|