mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
25 lines
1005 B
YAML
25 lines
1005 B
YAML
|
type: Group
|
||
|
instructions:
|
||
|
- type: ExecuteCommand
|
||
|
command: "{{.Env.TARGET_ENV_PREFIX}} cmake -DQT_BUILD_DIR={{.BuildDir}} -P {{.Env.COIN_CMAKE_BUILD_LIBEXEC_DIR}}{{.Env.CI_PATH_SEP}}qt-cmake-private-install.cmake"
|
||
|
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
|
||
|
maxTimeInSeconds: 6000
|
||
|
maxTimeBetweenOutput: 1200
|
||
|
enable_if:
|
||
|
condition: runtime
|
||
|
env_var: TESTED_MODULE_COIN
|
||
|
equals_value: qtbase
|
||
|
userMessageOnFailure: >
|
||
|
Failed to install package.
|
||
|
- type: ExecuteCommand
|
||
|
command: "{{.Env.TARGET_ENV_PREFIX}} cmake -DQT_BUILD_DIR={{.BuildDir}} -P {{.Env.COIN_CMAKE_INSTALL_LIBEXEC_DIR}}{{.Env.CI_PATH_SEP}}qt-cmake-private-install.cmake"
|
||
|
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
|
||
|
maxTimeInSeconds: 6000
|
||
|
maxTimeBetweenOutput: 1200
|
||
|
disable_if:
|
||
|
condition: runtime
|
||
|
env_var: TESTED_MODULE_COIN
|
||
|
equals_value: qtbase
|
||
|
userMessageOnFailure: >
|
||
|
Failed to install package.
|