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

Add CI tests run on msvc-14.3 in C++20 mode (#136)

This commit is contained in:
Antony Polukhin
2023-08-11 15:05:25 +03:00
committed by GitHub
parent 963460a3c1
commit e61fa139b6
2 changed files with 11 additions and 5 deletions

View File

@@ -138,10 +138,10 @@ jobs:
cxxstd: "03,11,14,17,2a"
addrmd: 64
os: windows-2019
# - toolset: msvc-14.3
# cxxstd: "14,17,20,latest"
# addrmd: 32,64
# os: windows-2022
- toolset: msvc-14.3
cxxstd: "20,latest"
addrmd: 64
os: windows-2022
runs-on: ${{matrix.os}}
@@ -174,7 +174,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 -j2 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} variant=debug,release
finish:
needs: posix