instructions: start to use --parallel when cmake build
Change-Id: Ia67f0f9413c2f99dbc3b7e978256c0301502ea1d Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
724281d1aa
commit
30ceee4d9c
@ -18,7 +18,7 @@ instructions:
|
|||||||
equals_value: Windows
|
equals_value: Windows
|
||||||
- !include "{{qt/qtbase}}/call_cmake.yaml"
|
- !include "{{qt/qtbase}}/call_cmake.yaml"
|
||||||
- type: ExecuteCommand
|
- type: ExecuteCommand
|
||||||
command: "{{.Env.ENV_PREFIX}} cmake --build ."
|
command: "{{.Env.ENV_PREFIX}} cmake --build . --parallel"
|
||||||
maxTimeInSeconds: 6000
|
maxTimeInSeconds: 6000
|
||||||
maxTimeBetweenOutput: 1200
|
maxTimeBetweenOutput: 1200
|
||||||
userMessageOnFailure: >
|
userMessageOnFailure: >
|
||||||
|
@ -11,7 +11,7 @@ instructions:
|
|||||||
variableValue: "-DBUILD_TESTING=OFF {{.SourceDir}}"
|
variableValue: "-DBUILD_TESTING=OFF {{.SourceDir}}"
|
||||||
- !include "{{qt/qtbase}}/call_cmake.yaml"
|
- !include "{{qt/qtbase}}/call_cmake.yaml"
|
||||||
- type: ExecuteCommand
|
- type: ExecuteCommand
|
||||||
command: "{{.Env.ENV_PREFIX}} cmake --build ."
|
command: "{{.Env.ENV_PREFIX}} cmake --build . --parallel"
|
||||||
maxTimeInSeconds: 6000
|
maxTimeInSeconds: 6000
|
||||||
maxTimeBetweenOutput: 1200
|
maxTimeBetweenOutput: 1200
|
||||||
userMessageOnFailure: >
|
userMessageOnFailure: >
|
||||||
|
@ -14,7 +14,7 @@ instructions:
|
|||||||
userMessageOnFailure: >
|
userMessageOnFailure: >
|
||||||
Failed to call cmake. Contact Liang then.
|
Failed to call cmake. Contact Liang then.
|
||||||
- type: ExecuteCommand
|
- type: ExecuteCommand
|
||||||
command: "{{.Env.ENV_PREFIX}} cmake --build ."
|
command: "{{.Env.ENV_PREFIX}} cmake --build . --parallel"
|
||||||
maxTimeInSeconds: 6000
|
maxTimeInSeconds: 6000
|
||||||
maxTimeBetweenOutput: 1200
|
maxTimeBetweenOutput: 1200
|
||||||
userMessageOnFailure: >
|
userMessageOnFailure: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user