summaryrefslogtreecommitdiffstats
path: root/coin/instructions/prepare_install_dir_suffix_target.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/prepare_install_dir_suffix_target.yaml')
-rw-r--r--coin/instructions/prepare_install_dir_suffix_target.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/coin/instructions/prepare_install_dir_suffix_target.yaml b/coin/instructions/prepare_install_dir_suffix_target.yaml
new file mode 100644
index 0000000000..e53519430e
--- /dev/null
+++ b/coin/instructions/prepare_install_dir_suffix_target.yaml
@@ -0,0 +1,16 @@
+type: Group
+instructions:
+ - type: EnvironmentVariable
+ variableName: INSTALL_DIR_SUFFIX
+ variableValue: "/target"
+ disable_if:
+ condition: property
+ property: host.os
+ equals_value: Windows
+ - type: EnvironmentVariable
+ variableName: INSTALL_DIR_SUFFIX
+ variableValue: "\\target"
+ enable_if:
+ condition: property
+ property: host.os
+ equals_value: Windows