- added Visual Studio 2022 target to continuous integration

This commit is contained in:
alexey.lysiuk 2022-01-15 17:04:59 +02:00
parent b1d3e8ee54
commit 6b7ee9716d

View file

@ -11,13 +11,19 @@ jobs:
matrix: matrix:
config: config:
- { - {
name: "Visual Studio 64-bit", name: "Visual Studio 2022",
os: windows-2022,
extra_options: "-A x64",
build_type: "Release"
}
- {
name: "Visual Studio 2019",
os: windows-2019, os: windows-2019,
extra_options: "-A x64", extra_options: "-A x64",
build_type: "Release" build_type: "Release"
} }
- { - {
name: "Visual Studio 64-bit", name: "Visual Studio 2019",
os: windows-2019, os: windows-2019,
extra_options: "-A x64", extra_options: "-A x64",
build_type: "Debug" build_type: "Debug"