File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed
Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -467,28 +467,26 @@ jobs:
467467 cxxstd : " 14,17,20,latest"
468468 addrmd : " 32"
469469 os : windows-2019
470- # B2 does not work with MSVC 17.10. Once it's updated we can re-enable these tests
471- # Still covered in drone
472- # - toolset: msvc-14.3
473- # cxxstd: "14,17,20,latest"
474- # addrmd: "32"
475- # os: windows-2022
470+ - toolset : msvc-14.3
471+ cxxstd : " 14,17,20,latest"
472+ addrmd : " 32"
473+ os : windows-2022
476474 - toolset : msvc-14.2
477475 cxxstd : " 14,17,20,latest"
478476 addrmd : " 64"
479477 os : windows-2019
480- # - toolset: msvc-14.3
481- # cxxstd: "14,17,20,latest"
482- # addrmd: "64"
483- # os: windows-2022
484- # - toolset: clang-win
485- # cxxstd: "14,17,latest"
486- # addrmd: "32"
487- # os: windows-2022
488- # - toolset: clang-win
489- # cxxstd: "14,17,latest"
490- # addrmd: "64"
491- # os: windows-2022
478+ - toolset : msvc-14.3
479+ cxxstd : " 14,17,20,latest"
480+ addrmd : " 64"
481+ os : windows-2022
482+ - toolset : clang-win
483+ cxxstd : " 14,17,latest"
484+ addrmd : " 32"
485+ os : windows-2022
486+ - toolset : clang-win
487+ cxxstd : " 14,17,latest"
488+ addrmd : " 64"
489+ os : windows-2022
492490 - toolset : gcc
493491 cxxstd : " 03,11,14,17,2a"
494492 addrmd : " 64"
You can’t perform that action at this time.
0 commit comments