Patrick Williams | 9c2f94e | 2025-02-01 08:36:38 -0500 | [diff] [blame] | 1 | option('tests', type: 'feature', value: 'enabled', description: 'Build tests') |
George Liu | c0fd1f8 | 2022-06-21 16:12:55 +0800 | [diff] [blame] | 2 | |
3 | option( | ||||
Patrick Williams | 9c2f94e | 2025-02-01 08:36:38 -0500 | [diff] [blame] | 4 | 'YAML_PATH', |
5 | type: 'string', | ||||
George Liu | 8246da0 | 2022-06-25 08:46:55 +0800 | [diff] [blame] | 6 | value: '', |
Patrick Williams | 9c2f94e | 2025-02-01 08:36:38 -0500 | [diff] [blame] | 7 | description: 'The path to the yaml config files.', |
8 | ) |