mirror of
https://github.com/boostorg/integer.git
synced 2025-07-31 05:07:13 +02:00
Added new gcc and clang jobs to GitHub Actions.
This commit is contained in:
32
.github/workflows/ci.yml
vendored
32
.github/workflows/ci.yml
vendored
@ -115,6 +115,12 @@ jobs:
|
|||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
install:
|
install:
|
||||||
- g++-14
|
- g++-14
|
||||||
|
- toolset: gcc-15
|
||||||
|
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,23-gnu,26-gnu"
|
||||||
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:25.04
|
||||||
|
install:
|
||||||
|
- g++-15
|
||||||
- name: UBSAN
|
- name: UBSAN
|
||||||
toolset: gcc-13
|
toolset: gcc-13
|
||||||
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,23-gnu"
|
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,23-gnu"
|
||||||
@ -279,24 +285,24 @@ jobs:
|
|||||||
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-gnu,14-gnu,17-gnu,20-gnu,23-gnu,26-gnu"
|
||||||
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:25.04
|
||||||
|
install:
|
||||||
|
- clang-20
|
||||||
|
- toolset: clang
|
||||||
|
compiler: clang++-20
|
||||||
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,23-gnu,26-gnu"
|
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,23-gnu,26-gnu"
|
||||||
cxxflags: -stdlib=libc++
|
cxxflags: -stdlib=libc++
|
||||||
linkflags: -stdlib=libc++
|
linkflags: -stdlib=libc++
|
||||||
os: ubuntu-24.04
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:25.04
|
||||||
install:
|
install:
|
||||||
- clang-19
|
- clang-20
|
||||||
- libc++-19-dev
|
- libc++-20-dev
|
||||||
- libc++abi-19-dev
|
- libc++abi-20-dev
|
||||||
sources:
|
|
||||||
- "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main"
|
|
||||||
source_keys:
|
|
||||||
- "https://apt.llvm.org/llvm-snapshot.gpg.key"
|
|
||||||
- name: UBSAN
|
- name: UBSAN
|
||||||
toolset: clang
|
toolset: clang
|
||||||
compiler: clang++-18
|
compiler: clang++-18
|
||||||
|
Reference in New Issue
Block a user