ci: clang-18 added

This commit is contained in:
Mateusz Pusz
2024-03-22 09:40:45 +09:00
parent 0644790198
commit 67caa04cbe
2 changed files with 29 additions and 0 deletions

View File

@@ -113,6 +113,21 @@ jobs:
std_format_support: "True",
conan-config: "",
}
- {
name: "Clang-18",
os: ubuntu-22.04,
compiler:
{
type: CLANG,
version: 18,
cc: "clang-18",
cxx: "clang++-18",
},
lib: "libc++",
cxx_modules: "True",
std_format_support: "True",
conan-config: "",
}
- {
name: "Apple Clang 15",
os: macos-13,

View File

@@ -108,6 +108,20 @@ jobs:
cxx_modules: "False",
std_format_support: "True",
}
- {
name: "Clang-18",
os: ubuntu-22.04,
compiler:
{
type: CLANG,
version: 18,
cc: "clang-18",
cxx: "clang++-18",
},
lib: "libc++",
cxx_modules: "False",
std_format_support: "True"
}
- {
name: "Apple Clang 15",
os: macos-13,