mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
17 lines
460 B
YAML
17 lines
460 B
YAML
type: Group
|
|
instructions:
|
|
- type: EnvironmentVariable
|
|
variableName: COIN_EXAMPLES_SOURCE_LOCATION
|
|
variableValue: "{{.SourceDir}}\\examples"
|
|
enable_if:
|
|
condition: property
|
|
property: host.os
|
|
equals_value: Windows
|
|
- type: EnvironmentVariable
|
|
variableName: COIN_EXAMPLES_SOURCE_LOCATION
|
|
variableValue: "{{.SourceDir}}/examples"
|
|
disable_if:
|
|
condition: property
|
|
property: host.os
|
|
equals_value: Windows
|