ci: clang-13 CI added

This commit is contained in:
Mateusz Pusz
2021-08-10 14:16:41 +02:00
parent e6cfd4e69b
commit 2986846cd1
2 changed files with 12 additions and 0 deletions

View File

@@ -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",

View File

@@ -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",