Update ci.yml

This commit is contained in:
Peter Dimov
2022-07-14 14:47:06 +03:00
parent d34658f4c8
commit 8ee7c5aad0

View File

@ -47,6 +47,10 @@ jobs:
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04 os: ubuntu-20.04
install: g++-11 install: g++-11
- toolset: gcc-12
cxxstd: "03,11,14,17,20,2b"
os: ubuntu-22.04
install: g++-12
- toolset: clang - toolset: clang
compiler: clang++-3.9 compiler: clang++-3.9
cxxstd: "03,11,14" cxxstd: "03,11,14"
@ -97,6 +101,16 @@ jobs:
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04 os: ubuntu-20.04
install: clang-12 install: clang-12
- toolset: clang
compiler: clang++-13
cxxstd: "03,11,14,17,20,2b"
os: ubuntu-22.04
install: clang-13
- toolset: clang
compiler: clang++-14
cxxstd: "03,11,14,17,20,2b"
os: ubuntu-22.04
install: clang-14
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: macos-10.15 os: macos-10.15
@ -148,18 +162,18 @@ jobs:
matrix: matrix:
include: include:
- toolset: msvc-14.0 - toolset: msvc-14.0
cxxstd: "14" cxxstd: "14,latest"
addrmd: 32,64 addrmd: 32,64
os: windows-2019 os: windows-2019
- toolset: msvc-14.1
cxxstd: "14,17,latest"
addrmd: 32,64
os: windows-2016
- toolset: msvc-14.2 - toolset: msvc-14.2
cxxstd: "14,17,latest" cxxstd: "14,17,20,latest"
addrmd: 32,64 addrmd: 32,64
os: windows-2019 os: windows-2019
- toolset: msvc-14.3 - toolset: msvc-14.3
cxxstd: "14,17,20,latest"
addrmd: 32,64
os: windows-2022
- toolset: clang-win
cxxstd: "14,17,latest" cxxstd: "14,17,latest"
addrmd: 32,64 addrmd: 32,64
os: windows-2022 os: windows-2022
@ -199,7 +213,7 @@ jobs:
shell: cmd shell: cmd
run: | run: |
cd ../boost-root 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: posix-cmake-subdir:
strategy: strategy:
@ -208,6 +222,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}}
@ -254,6 +269,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}}
@ -310,6 +326,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}}