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