Expand CI matrix to include msvc-14.3 with C++14 and C++17

This commit is contained in:
Mohammad Nejati
2024-05-11 08:41:11 +00:00
committed by Mohammad Nejati
parent 59310dddac
commit 95f0cfb926

View File

@@ -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"