1
0
forked from boostorg/core

Update ci.yml

This commit is contained in:
Peter Dimov
2022-06-24 14:09:47 +03:00
parent b6c3190468
commit ac9d79992e

View File

@ -99,17 +99,18 @@ jobs:
os: ubuntu-20.04 os: ubuntu-20.04
install: install:
- g++-11 - g++-11
sources: - toolset: gcc-12
- "ppa:ubuntu-toolchain-r/test" cxxstd: "03,11,14,17,20"
os: ubuntu-22.04
install:
- g++-12
- name: UBSAN - name: UBSAN
toolset: gcc-11 toolset: gcc-12
cxxstd: "03,11,14,17,20" cxxstd: "03,11,14,17,20"
ubsan: 1 ubsan: 1
os: ubuntu-20.04 os: ubuntu-22.04
install: install:
- g++-11 - g++-12
sources:
- "ppa:ubuntu-toolchain-r/test"
# Linux, clang # Linux, clang
- toolset: clang - toolset: clang
@ -216,13 +217,15 @@ jobs:
- toolset: clang - toolset: clang
compiler: clang++-13 compiler: clang++-13
cxxstd: "03,11,14,17,20" cxxstd: "03,11,14,17,20"
os: ubuntu-20.04 os: ubuntu-22.04
install: install:
- clang-13 - clang-13
sources: - toolset: clang
- "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main" compiler: clang++-14
source_keys: cxxstd: "03,11,14,17,20"
- "https://apt.llvm.org/llvm-snapshot.gpg.key" os: ubuntu-22.04
install:
- clang-14
- toolset: clang - toolset: clang
compiler: clang++-13 compiler: clang++-13
cxxstd: "03,11,14,17,20" cxxstd: "03,11,14,17,20"
@ -528,6 +531,7 @@ jobs:
include: include:
- os: ubuntu-18.04 - os: ubuntu-18.04
- os: ubuntu-20.04 - os: ubuntu-20.04
- os: ubuntu-22.04
- os: macos-10.15 - os: macos-10.15
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
@ -574,6 +578,7 @@ jobs:
include: include:
- os: ubuntu-18.04 - os: ubuntu-18.04
- os: ubuntu-20.04 - os: ubuntu-20.04
- os: ubuntu-22.04
- os: macos-10.15 - os: macos-10.15
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
@ -630,6 +635,7 @@ jobs:
include: include:
- os: ubuntu-18.04 - os: ubuntu-18.04
- os: ubuntu-20.04 - os: ubuntu-20.04
- os: ubuntu-22.04
- os: macos-10.15 - os: macos-10.15
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}