summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_build_standalone_examples_host.yaml
blob: 47f5ea05d3c4c1fd118638cf1f8e70ebf408d9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
type: Group
instructions:
  - type: EnvironmentVariable
    variableName: EXAMPLES_ENV_PREFIX
    variableValue: "{{.Env.ENV_PREFIX}}"
  - type: EnvironmentVariable
    variableName: INSTALL_DIR_FOR_EXAMPLES
    variableValue: "{{.InstallDir}}"
  - type: EnvironmentVariable
    variableName: COIN_CMAKE_ARGS
    variableValue: "{{.Env.COMMON_EXAMPLES_CMAKE_ARGS}}"
  - !include "{{qt/qtbase}}/cmake_build_standalone_examples.yaml"
enable_if:
  condition: property
  property: features
  contains_value: StandaloneExamples