mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 12:27:45 +02:00
Added new gcc and clang jobs to GitHub Actions.
This commit is contained in:
40
.github/workflows/ci.yml
vendored
40
.github/workflows/ci.yml
vendored
@ -103,10 +103,16 @@ jobs:
|
|||||||
install:
|
install:
|
||||||
- g++-13
|
- g++-13
|
||||||
- toolset: gcc-14
|
- toolset: gcc-14
|
||||||
cxxstd: "11,14,17,20,23"
|
cxxstd: "11,14,17,20,23,26"
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
install:
|
install:
|
||||||
- g++-14
|
- g++-14
|
||||||
|
- toolset: gcc-15
|
||||||
|
cxxstd: "11,14,17,20,23,26"
|
||||||
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:25.04
|
||||||
|
install:
|
||||||
|
- g++-15
|
||||||
- name: UBSAN
|
- name: UBSAN
|
||||||
toolset: gcc-13
|
toolset: gcc-13
|
||||||
cxxstd: "11,14,17,20,23"
|
cxxstd: "11,14,17,20,23"
|
||||||
@ -260,33 +266,33 @@ jobs:
|
|||||||
gcc_toolchain: 11
|
gcc_toolchain: 11
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-18
|
compiler: clang++-18
|
||||||
cxxstd: "11,14,17,20,23"
|
cxxstd: "11,14,17,20,23,26"
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
install:
|
install:
|
||||||
- clang-18
|
- clang-18
|
||||||
- g++-13
|
- g++-13
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-19
|
compiler: clang++-19
|
||||||
cxxstd: "11,14,17,20,23"
|
cxxstd: "11,14,17,20,23,26"
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
install:
|
install:
|
||||||
- clang-19
|
- clang-19
|
||||||
sources:
|
|
||||||
- "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main"
|
|
||||||
source_keys:
|
|
||||||
- "https://apt.llvm.org/llvm-snapshot.gpg.key"
|
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-19
|
compiler: clang++-20
|
||||||
cxxstd: "11,14,17,20,23"
|
cxxstd: "11,14,17,20,23,26"
|
||||||
os: ubuntu-24.04
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:25.04
|
||||||
install:
|
install:
|
||||||
- clang-19
|
- clang-20
|
||||||
- libc++-19-dev
|
- toolset: clang
|
||||||
- libc++abi-19-dev
|
compiler: clang++-20
|
||||||
sources:
|
cxxstd: "11,14,17,20,23,26"
|
||||||
- "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main"
|
os: ubuntu-latest
|
||||||
source_keys:
|
container: ubuntu:25.04
|
||||||
- "https://apt.llvm.org/llvm-snapshot.gpg.key"
|
install:
|
||||||
|
- clang-20
|
||||||
|
- libc++-20-dev
|
||||||
|
- libc++abi-20-dev
|
||||||
cxxflags: -stdlib=libc++
|
cxxflags: -stdlib=libc++
|
||||||
linkflags: -stdlib=libc++
|
linkflags: -stdlib=libc++
|
||||||
- name: UBSAN
|
- name: UBSAN
|
||||||
|
Reference in New Issue
Block a user