summaryrefslogtreecommitdiff
path: root/tests/format/options/simple-condition/project.conf
blob: b6bd29fb408e09dd3d5186e29c83cda80f7ae8dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: test

options:
  opt:
    type: bool
    description: Whether to build in an opt prefix
    default: False

variables:
  (?):
  - opt:
      prefix: "/opt"