summaryrefslogtreecommitdiffstats
path: root/coin/instructions/call_host_cmake.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/call_host_cmake.yaml')
-rw-r--r--coin/instructions/call_host_cmake.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/coin/instructions/call_host_cmake.yaml b/coin/instructions/call_host_cmake.yaml
deleted file mode 100644
index 4182f9b622..0000000000
--- a/coin/instructions/call_host_cmake.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-type: Group
-instructions:
- - type: ExecuteCommand
- command: "{{.Env.ENV_PREFIX}} {{.InstallDir}}\\host\\bin\\qt-cmake-private {{.Env.COIN_CMAKE_ARGS}}"
- executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
- maxTimeInSeconds: 6000
- maxTimeBetweenOutput: 1200
- userMessageOnFailure: >
- Failed to call cmake.
- enable_if:
- condition: property
- property: host.os
- equals_value: Windows
- - type: ExecuteCommand
- command: "{{.InstallDir}}/host/bin/qt-cmake-private {{.Env.COIN_CMAKE_ARGS}}"
- executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
- maxTimeInSeconds: 6000
- maxTimeBetweenOutput: 1200
- userMessageOnFailure: >
- Failed to call cmake.
- disable_if:
- condition: property
- property: host.os
- equals_value: Windows