summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
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