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

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

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