mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 05:34:27 +02:00
ci: Clang-17 added to CI
This commit is contained in:
14
.github/workflows/ci-conan.yml
vendored
14
.github/workflows/ci-conan.yml
vendored
@@ -106,6 +106,20 @@ jobs:
|
|||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
conan-config: "",
|
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",
|
# name: "MacOS Apple Clang 13",
|
||||||
# os: macos-11,
|
# os: macos-11,
|
||||||
|
14
.github/workflows/ci-test-package-cmake.yml
vendored
14
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -89,6 +89,20 @@ jobs:
|
|||||||
},
|
},
|
||||||
lib: "libc++",
|
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",
|
# name: "MacOS Apple Clang 13",
|
||||||
# os: macos-11,
|
# os: macos-11,
|
||||||
|
Reference in New Issue
Block a user