Open kasper93 opened 4 months ago
As title says, would be nice to disable building tests, if not required.
option('tests', type: 'feature', value: 'enabled', yield: true, description: 'Enable or disable tests')
or
option('tests', type: 'boolean', value: false, description: 'Enable or disable tests')
and simply skip subdir('testbed') if disabled.
subdir('testbed')
Thanks
As title says, would be nice to disable building tests, if not required.
or
and simply skip
subdir('testbed')
if disabled.Thanks