blob: 446dc5ce92da5cd133361461dc6c81f102b3c45f (
plain)
1
2
3
|
option('tests', type : 'boolean', value : false, description : 'Enable building and running tests')
option('fwbuild', type : 'boolean', value : false, description : 'Enable building the firmware image for the wearable')
option('fwflash', type : 'boolean', value : false, description : 'Automatically flash the firmware with freshly built fw image (requires fwbuild)')
|