forked from mpusz/mp-units
ci: clang-13 CI added
This commit is contained in:
6
.github/workflows/ci-conan.yml
vendored
6
.github/workflows/ci-conan.yml
vendored
@@ -61,6 +61,12 @@ jobs:
|
|||||||
compiler: { type: CLANG, version: 12, cc: "clang-12", cxx: "clang++-12" },
|
compiler: { type: CLANG, version: 12, cc: "clang-12", cxx: "clang++-12" },
|
||||||
lib: "libc++"
|
lib: "libc++"
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
name: "Ubuntu Clang 13.0.0 + libc++",
|
||||||
|
os: ubuntu-20.04,
|
||||||
|
compiler: { type: CLANG, version: 13, cc: "clang-13", cxx: "clang++-13" },
|
||||||
|
lib: "libc++"
|
||||||
|
}
|
||||||
# In case a Conan docker image will be needed to provide a specific configuration we can use a Docker image as follows
|
# In case a Conan docker image will be needed to provide a specific configuration we can use a Docker image as follows
|
||||||
# - {
|
# - {
|
||||||
# name: "Ubuntu GCC 10.2.0",
|
# name: "Ubuntu GCC 10.2.0",
|
||||||
|
6
.github/workflows/ci-test-package-cmake.yml
vendored
6
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -65,6 +65,12 @@ jobs:
|
|||||||
compiler: { type: CLANG, version: 12, cc: "clang-12", cxx: "clang++-12" },
|
compiler: { type: CLANG, version: 12, cc: "clang-12", cxx: "clang++-12" },
|
||||||
lib: "libc++"
|
lib: "libc++"
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
name: "Ubuntu Clang 13.0.0 + libc++",
|
||||||
|
os: ubuntu-20.04,
|
||||||
|
compiler: { type: CLANG, version: 13, cc: "clang-13", cxx: "clang++-13" },
|
||||||
|
lib: "libc++"
|
||||||
|
}
|
||||||
# In case a Conan docker image will be needed to provide a specific configuration we can use a Docker image as follows
|
# In case a Conan docker image will be needed to provide a specific configuration we can use a Docker image as follows
|
||||||
# - {
|
# - {
|
||||||
# name: "Ubuntu GCC 10.2.0",
|
# name: "Ubuntu GCC 10.2.0",
|
||||||
|
Reference in New Issue
Block a user