summaryrefslogtreecommitdiffstats
path: root/coin/instructions/prepare_install_dir_suffix_target.yaml
blob: e53519430efd811d999e4de01b8d6e9bbd98570e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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