From 872293ad58a1ada2adcd30f8c192c4f1d8692dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Tue, 2 Jul 2019 15:35:46 +0200 Subject: Remove debug print We do not need to print the whole cmake configuration anymore. Change-Id: I429e06f65258d0be0cf8b7c90e81c0593718e48c Reviewed-by: Liang Qi Reviewed-by: Qt CMake Build Bot --- coin/module_config.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'coin') diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 66dfbf2d44..24977812ae 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -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 -- cgit v1.2.3