diff options
Diffstat (limited to 'mdbp/build_schema.json')
-rw-r--r-- | mdbp/build_schema.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mdbp/build_schema.json b/mdbp/build_schema.json index 90e4a36..34185ce 100644 --- a/mdbp/build_schema.json +++ b/mdbp/build_schema.json @@ -79,6 +79,15 @@ "default": [], "description": "values of DEB_BUILD_OPTIONS" }, + "parallel": { + "oneOf": [ { + "type": "integer", + "minimum": 1 + }, { + "const": "auto" + } ], + "description": "add parallel=value to DEB_BUILD_OPTIONS. The special value auto is replaced with the CPU count." + }, "environment": { "type": "object", "propertyNames": { "pattern": "^[^=-][^=]*$" }, |