Fix ci config

This commit is contained in:
alesapin 2021-11-17 12:41:19 +03:00
parent b0d8f68a0f
commit a5c019b3ba

View File

@ -716,7 +716,19 @@ CI_CONFIG = {
"clang_tidy": "disable",
"with_coverage": False
}
}
},
"Performance Comparison (actions)": {
"required_build_properties": {
"compiler": "clang-13",
"package_type": "performance",
"build_type": "relwithdebuginfo",
"sanitizer": "none",
"bundled": "bundled",
"splitted": "unsplitted",
"clang-tidy": "disable",
"with_coverage": False
}
},
}
}