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

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

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