Remove debug print
We do not need to print the whole cmake configuration anymore. Change-Id: I429e06f65258d0be0cf8b7c90e81c0593718e48c Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Qt CMake Build Botbb10
parent
b2408ea1ae
commit
872293ad58
|
|
@ -282,14 +282,6 @@ build_instructions:
|
|||
maxTimeBetweenOutput: 120
|
||||
userMessageOnFailure: >
|
||||
Failed to call cmake. Contact Liang then.
|
||||
- type: ExecuteCommand # TODO: remove me, just debuging
|
||||
command: cmd.exe /c type {{.BuildDir}}\\CMakeCache.txt
|
||||
enable_if:
|
||||
condition: property
|
||||
property: host.os
|
||||
equals_value: Windows
|
||||
maxTimeInSeconds: 60
|
||||
userMessageOnFailure: Could not print the file cmake config file. This should not be possible.
|
||||
- type: ExecuteCommand
|
||||
command: "{{.Env.ENV_PREFIX}} cmake --build ."
|
||||
maxTimeInSeconds: 6000
|
||||
|
|
|
|||
Loading…
Reference in New Issue