mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 15:24:31 +02:00
Expand CI matrix to include msvc-14.3 with C++14 and C++17
This commit is contained in:
committed by
Mohammad Nejati
parent
59310dddac
commit
95f0cfb926
56
.github/workflows/ci.yml
vendored
56
.github/workflows/ci.yml
vendored
@@ -333,20 +333,20 @@ jobs:
|
|||||||
os: windows-2019
|
os: windows-2019
|
||||||
cxxflags: "cxxflags=-D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING=1"
|
cxxflags: "cxxflags=-D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING=1"
|
||||||
supported: true
|
supported: true
|
||||||
# - description: msvc-14.3-cxx14-win32
|
- description: msvc-14.3-cxx14-win32
|
||||||
# toolset: msvc-14.3
|
toolset: msvc-14.3
|
||||||
# cxxstd: "14"
|
cxxstd: "14"
|
||||||
# addrmd: 32
|
addrmd: 32
|
||||||
# os: windows-2022
|
os: windows-2022
|
||||||
# cxxflags: ""
|
cxxflags: ""
|
||||||
# supported: true
|
supported: true
|
||||||
# - description: msvc-14.3-cxx17-win32
|
- description: msvc-14.3-cxx17-win32
|
||||||
# toolset: msvc-14.3
|
toolset: msvc-14.3
|
||||||
# cxxstd: "17"
|
cxxstd: "17"
|
||||||
# addrmd: 32
|
addrmd: 32
|
||||||
# os: windows-2022
|
os: windows-2022
|
||||||
# cxxflags: "cxxflags=-D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING=1"
|
cxxflags: "cxxflags=-D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING=1"
|
||||||
# supported: true
|
supported: true
|
||||||
- description: msvc-14.3-cxx20-win32
|
- description: msvc-14.3-cxx20-win32
|
||||||
toolset: msvc-14.3
|
toolset: msvc-14.3
|
||||||
cxxstd: "20"
|
cxxstd: "20"
|
||||||
@@ -354,20 +354,20 @@ jobs:
|
|||||||
os: windows-2022
|
os: windows-2022
|
||||||
cxxflags: "cxxflags=-D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING=1"
|
cxxflags: "cxxflags=-D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING=1"
|
||||||
supported: true
|
supported: true
|
||||||
# - description: msvc-14.3-cxx14-win64
|
- description: msvc-14.3-cxx14-win64
|
||||||
# toolset: msvc-14.3
|
toolset: msvc-14.3
|
||||||
# cxxstd: "14"
|
cxxstd: "14"
|
||||||
# addrmd: 64
|
addrmd: 64
|
||||||
# os: windows-2022
|
os: windows-2022
|
||||||
# cxxflags: ""
|
cxxflags: ""
|
||||||
# supported: true
|
supported: true
|
||||||
# - description: msvc-14.3-cxx17-win64
|
- description: msvc-14.3-cxx17-win64
|
||||||
# toolset: msvc-14.3
|
toolset: msvc-14.3
|
||||||
# cxxstd: "17"
|
cxxstd: "17"
|
||||||
# addrmd: 64
|
addrmd: 64
|
||||||
# os: windows-2022
|
os: windows-2022
|
||||||
# cxxflags: "cxxflags=-D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING=1"
|
cxxflags: "cxxflags=-D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING=1"
|
||||||
# supported: true
|
supported: true
|
||||||
- description: msvc-14.3-cxx20-win64
|
- description: msvc-14.3-cxx20-win64
|
||||||
toolset: msvc-14.3
|
toolset: msvc-14.3
|
||||||
cxxstd: "20"
|
cxxstd: "20"
|
||||||
|
Reference in New Issue
Block a user