2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Add clang 15, 16, 17, 18 and GCC 14

This commit is contained in:
Matt Borland
2024-05-21 08:45:40 +02:00
parent 4200543408
commit 993842ffdd
2 changed files with 8 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ g++-12, clang++-14 ]
compiler: [ g++-12, clang++-14, clang++-15, clang++-16, clang++-17 ]
standard: [ c++14, c++17 ]
suite: [ github_ci_block_1, github_ci_block_2 ]
steps:
@@ -48,7 +48,7 @@ jobs:
if: steps.retry1.outcome=='failure'
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
- name: Install packages
run: sudo apt-get install -y g++-12 clang-14 libgmp-dev libmpfr-dev libfftw3-dev
run: sudo apt-get install -y g++-12 clang-14 clang-15 clang-16 clang-17 libgmp-dev libmpfr-dev libfftw3-dev
- name: Checkout main boost
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
- name: Update tools/boostdep