mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
26 lines
1018 B
YAML
26 lines
1018 B
YAML
|
type: Group
|
||
|
instructions:
|
||
|
- !include "{{qt/qtbase}}/prepare_configure_module_executable.yaml"
|
||
|
- type: ExecuteCommand
|
||
|
command: "{{.Env.CONFIGURE_ENV_PREFIX}} {{.Env.CONFIGURE_EXECUTABLE}} {{.SourceDir}} {{.Env.COIN_CONFIGURE_ARGS}} -- {{.Env.COIN_CMAKE_ARGS}}"
|
||
|
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
|
||
|
maxTimeInSeconds: 6000
|
||
|
maxTimeBetweenOutput: 1200
|
||
|
userMessageOnFailure: >
|
||
|
Failed to call cmake.
|
||
|
enable_if:
|
||
|
condition: property
|
||
|
property: features
|
||
|
contains_value: UseConfigure
|
||
|
- type: ExecuteCommand
|
||
|
command: "{{.Env.CONFIGURE_ENV_PREFIX}} {{.Env.CONFIGURE_EXECUTABLE}} {{.SourceDir}} {{.Env.COIN_CONFIGURE_ARGS}} {{.Env.COIN_CMAKE_ARGS}}"
|
||
|
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
|
||
|
maxTimeInSeconds: 6000
|
||
|
maxTimeBetweenOutput: 1200
|
||
|
userMessageOnFailure: >
|
||
|
Failed to call cmake.
|
||
|
disable_if:
|
||
|
condition: property
|
||
|
property: features
|
||
|
contains_value: UseConfigure
|