From e35a48c0ea1be5f6689c43aa2a2475952b5ae18c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Jun 2022 21:46:32 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e89a983..033740f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,11 @@ jobs: os: ubuntu-20.04 install: g++-11-multilib address-model: 32,64 + - toolset: gcc-12 + cxxstd: "03,11,14,17,20" + os: ubuntu-22.04 + install: g++-12-multilib + address-model: 32,64 - toolset: clang compiler: clang++-3.9 cxxstd: "03,11,14" @@ -107,6 +112,16 @@ jobs: cxxstd: "03,11,14,17,20" os: ubuntu-20.04 install: clang-12 + - toolset: clang + compiler: clang++-13 + cxxstd: "03,11,14,17,20" + os: ubuntu-22.04 + install: clang-13 + - toolset: clang + compiler: clang++-14 + cxxstd: "03,11,14,17,20" + os: ubuntu-22.04 + install: clang-14 - toolset: clang cxxstd: "03,11,14,17,2a" os: macos-10.15 @@ -158,15 +173,19 @@ jobs: fail-fast: false matrix: include: - - toolset: msvc-14.1 - cxxstd: "14,17,latest" + - toolset: msvc-14.0 + cxxstd: 14,latest addrmd: 32,64 - os: windows-2016 + os: windows-2019 - toolset: msvc-14.2 - cxxstd: "14,17,latest" + cxxstd: "14,17,20,latest" addrmd: 32,64 os: windows-2019 - toolset: msvc-14.3 + cxxstd: "14,17,20,latest" + addrmd: 32,64 + os: windows-2022 + - toolset: clang-win cxxstd: "14,17,latest" addrmd: 32,64 os: windows-2022 @@ -206,7 +225,7 @@ jobs: shell: cmd run: | cd ../boost-root - b2 -j3 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} variant=debug,release + b2 -j3 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} variant=debug,release embed-manifest-via=linker posix-cmake-subdir: strategy: @@ -215,6 +234,7 @@ jobs: include: - os: ubuntu-18.04 - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: macos-10.15 runs-on: ${{matrix.os}} @@ -261,6 +281,7 @@ jobs: include: - os: ubuntu-18.04 - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: macos-10.15 runs-on: ${{matrix.os}} @@ -317,6 +338,7 @@ jobs: include: - os: ubuntu-18.04 - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: macos-10.15 runs-on: ${{matrix.os}}