summaryrefslogtreecommitdiffstats
path: root/coin/instructions/call_cmake_for_standalone_examples.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/call_cmake_for_standalone_examples.yaml')
-rw-r--r--coin/instructions/call_cmake_for_standalone_examples.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/coin/instructions/call_cmake_for_standalone_examples.yaml b/coin/instructions/call_cmake_for_standalone_examples.yaml
new file mode 100644
index 0000000000..eb811cbea4
--- /dev/null
+++ b/coin/instructions/call_cmake_for_standalone_examples.yaml
@@ -0,0 +1,26 @@
+type: Group
+instructions:
+ - type: ChangeDirectory
+ directory: "{{.BuildDir}}"
+ - type: ExecuteCommand
+ command: "{{.Env.EXAMPLES_ENV_PREFIX}} {{.Env.INSTALL_DIR_FOR_EXAMPLES}}\\bin\\qt-internal-configure-examples {{.Env.COIN_CMAKE_ARGS}}"
+ executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
+ maxTimeInSeconds: 6000
+ maxTimeBetweenOutput: 1200
+ userMessageOnFailure: >
+ Failed to call configure examples.
+ enable_if:
+ condition: property
+ property: host.os
+ equals_value: Windows
+ - type: ExecuteCommand
+ command: "{{.Env.EXAMPLES_ENV_PREFIX}} {{.Env.INSTALL_DIR_FOR_EXAMPLES}}/libexec/qt-internal-configure-examples {{.Env.COIN_CMAKE_ARGS}}"
+ executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
+ maxTimeInSeconds: 6000
+ maxTimeBetweenOutput: 1200
+ userMessageOnFailure: >
+ Failed to call configure examples.
+ disable_if:
+ condition: property
+ property: host.os
+ equals_value: Windows