mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
chore: bump maximum clang tested to 20 (#5692)
This commit is contained in:
@@ -25,15 +25,19 @@
|
||||
"displayName": "Venv",
|
||||
"inherits": "default",
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Debug",
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
|
||||
"DOWNLOAD_CATCH": true,
|
||||
"DOWNLOAD_EIGEN": true,
|
||||
"PYBIND11_CREATE_WITH_UV": "python3",
|
||||
"PYBIND11_FINDPYTHON": "NEW",
|
||||
"PYBIND11_WERROR": true,
|
||||
"Python_ROOT_DIR": ".venv"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "tidy",
|
||||
"displayName": "Clang-tidy",
|
||||
"inherits": "default",
|
||||
"binaryDir": "build-tidy",
|
||||
"cacheVariables": {
|
||||
"CMAKE_CXX_CLANG_TIDY": "clang-tidy;--use-color;--warnings-as-errors=*",
|
||||
"CMAKE_CXX_STANDARD": "17"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
@@ -47,6 +51,12 @@
|
||||
"displayName": "Venv Build",
|
||||
"configurePreset": "venv"
|
||||
},
|
||||
{
|
||||
"name": "tidy",
|
||||
"displayName": "Clang-tidy Build",
|
||||
"configurePreset": "tidy",
|
||||
"nativeToolOptions": ["-k0"]
|
||||
},
|
||||
{
|
||||
"name": "tests",
|
||||
"displayName": "Tests (for workflow)",
|
||||
|
||||
Reference in New Issue
Block a user