summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-06-21 14:25:44 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-06-24 06:13:04 +0000
commitda7f40f7c2eb1a5928876de7b89abb55a2f8fdab (patch)
treec8a855e2edf27509c0fd0bc4694281e1a885d005
parentd0183527d4f784a2217f98e3e4295bc2468ea62d (diff)
Update the instructions after CI changed way of splitting arguments
Now execute command can directly specified how the arguments should be divided. The default option doesn't work well for CONFIGURE_ARGS, because we want to pass it's result as a separate subprocess arguments. Change-Id: I6b7adb04164f5568d9ad2f45e3334d7a7a49bc79 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--coin/module_config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 868a106d7e..840310ed66 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -173,6 +173,7 @@ build_instructions:
equals_value: Windows
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake {{.Env.CONFIGURE_ARGS}} -DCMAKE_INSTALL_PREFIX:PATH={{.InstallDir}} -DBUILD_TESTING=OFF {{.SourceDir}}"
+ executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 120
userMessageOnFailure: >