2024-01-16 21:43:03 +00:00
|
|
|
option('buildPlayer',
|
2024-01-11 19:23:32 +00:00
|
|
|
type : 'boolean',
|
|
|
|
value : false,
|
2024-01-16 21:43:03 +00:00
|
|
|
description : 'Build playback tool',
|
2024-01-11 19:23:32 +00:00
|
|
|
yield: true
|
2024-01-14 09:13:28 +00:00
|
|
|
)
|
|
|
|
|
2024-02-08 18:53:29 +00:00
|
|
|
option('buildQuickNES',
|
|
|
|
type : 'boolean',
|
|
|
|
value : true,
|
|
|
|
description : 'Build quickNES core',
|
|
|
|
yield: true
|
|
|
|
)
|
|
|
|
|
|
|
|
option('buildTests',
|
|
|
|
type : 'boolean',
|
|
|
|
value : true,
|
|
|
|
description : 'Build tests',
|
|
|
|
yield: true
|
|
|
|
)
|
|
|
|
|
2024-01-20 07:42:22 +00:00
|
|
|
option('onlyOpenSource',
|
|
|
|
type : 'boolean',
|
|
|
|
value : false,
|
|
|
|
description : 'Test using only open source games (for cloud CI)',
|
|
|
|
yield: true
|
|
|
|
)
|
|
|
|
|