From 65723e0e1f96d23a230ac9c6222f85baea0d16f6 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 23 Dec 2021 14:50:35 +0300 Subject: [PATCH] Added clang-13 CI jobs. --- .github/workflows/ci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f57b4..ec49e7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,6 +213,30 @@ jobs: - clang-12 - libc++-12-dev - libc++abi-12-dev + - toolset: clang + compiler: clang++-13 + cxxstd: "03,11,14,17,20" + os: ubuntu-20.04 + install: + - clang-13 + sources: + - "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main" + source_keys: + - "https://apt.llvm.org/llvm-snapshot.gpg.key" + - toolset: clang + compiler: clang++-13 + cxxstd: "03,11,14,17,20" + os: ubuntu-20.04 + install: + - clang-13 + - libc++-13-dev + - libc++abi-13-dev + sources: + - "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main" + source_keys: + - "https://apt.llvm.org/llvm-snapshot.gpg.key" + cxxflags: -stdlib=libc++ + linkflags: -stdlib=libc++ - name: UBSAN toolset: clang compiler: clang++-12