summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 4de47d1e40..90effa8dbd 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -171,11 +171,17 @@ build_instructions:
maxTimeInSeconds: 60
userMessageOnFailure: Could not print the file cmake config file. This should not be possible.
- type: ExecuteCommand
- command: "{{.Env.ENV_PREFIX}} ninja install"
+ command: "{{.Env.ENV_PREFIX}} cmake --build ."
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 120
userMessageOnFailure: >
Failed to build sources. In the current state bug can be everywhere. Contact Liang first.
+ - type: ExecuteCommand
+ command: "{{.Env.ENV_PREFIX}} cmake --install ."
+ maxTimeInSeconds: 6000
+ maxTimeBetweenOutput: 120
+ userMessageOnFailure: >
+ Failed to install sources. In the current state bug can be everywhere. Contact Liang first.
- type: SignPackage
enable_if:
condition: property