ci: Clang-17 added to CI

This commit is contained in:
Mateusz Pusz
2023-09-26 12:32:51 +02:00
parent 77cc08ef77
commit 0ca3ff75ff
2 changed files with 28 additions and 0 deletions

View File

@@ -106,6 +106,20 @@ jobs:
lib: "libc++",
conan-config: "",
}
- {
name: "Ubuntu Clang-17 + libc++",
os: ubuntu-22.04,
compiler:
{
type: CLANG,
version: 17,
cc: "clang-17",
cxx: "clang++-17",
std: 20,
},
lib: "libc++",
conan-config: "",
}
# - {
# name: "MacOS Apple Clang 13",
# os: macos-11,

View File

@@ -89,6 +89,20 @@ jobs:
},
lib: "libc++",
}
- {
name: "Ubuntu Clang-17 + libc++",
os: ubuntu-22.04,
compiler:
{
type: CLANG,
version: 17,
cc: "clang-17",
cxx: "clang++-17",
std: 20,
},
lib: "libc++",
conan-config: "",
}
# - {
# name: "MacOS Apple Clang 13",
# os: macos-11,