summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-07-02 15:35:46 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-07-02 14:43:20 +0000
commit872293ad58a1ada2adcd30f8c192c4f1d8692dee (patch)
tree7ed9e33e3ef369b47c2a1e96972f015ec8c7732b /coin
parentb2408ea1aeb72bb54bbb488efb6cae691a03b674 (diff)
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 Bot
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml8
1 files changed, 0 insertions, 8 deletions
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