Add release task config

This commit is contained in:
alesapin 2020-09-29 11:13:47 +03:00
parent bd531bb045
commit 6b31bcb074

View File

@ -572,6 +572,18 @@
"clang-tidy": "disable",
"with_coverage": false
}
},
"Release": {
"required_build_properties": {
"compiler": "gcc-10",
"package_type": "deb",
"build_type": "relwithdebuginfo",
"sanitizer": "none",
"bundled": "bundled",
"splitted": "unsplitted",
"clang-tidy": "disable",
"with_coverage": false
}
}
}
}