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

Run MSVC-14.3 tests in one thread in CI

This commit is contained in:
Antony Polukhin
2023-08-11 16:15:33 +03:00
parent e61fa139b6
commit 674f3723c5

View File

@@ -134,14 +134,17 @@ jobs:
cxxstd: "14,latest"
addrmd: 32,64
os: windows-2019
threads: "-j3"
- toolset: gcc
cxxstd: "03,11,14,17,2a"
addrmd: 64
os: windows-2019
threads: "-j3"
- toolset: msvc-14.3
cxxstd: "20,latest"
addrmd: 64
os: windows-2022
threads: "-j1"
runs-on: ${{matrix.os}}
@@ -174,7 +177,7 @@ jobs:
shell: cmd
run: |
cd ../boost-root
b2 -j2 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} variant=debug,release
b2 ${{matrix.threads}} libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} variant=debug,release
finish:
needs: posix