Skip to content

Commit

Permalink
Merge pull request #83 from Croydon/ci-vs-2022
Browse files Browse the repository at this point in the history
CI: Test Visual Studio 2022 64-bit builds
  • Loading branch information
GitMensch authored Jan 20, 2022
2 parents 4cdb1ea + e79176b commit 517e457
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2019
image: Visual Studio 2022

configuration:
- Release
Expand All @@ -12,10 +12,17 @@ environment:
CMAKE_OPTIONS: "-A \"%platform%\" -DCMAKE_BUILD_TYPE=\"%configuration%\" -DUSE_STATIC_RUNTIME=ON"
# VS VERSION IN CMAKE STYLE
matrix:
- VSVERSION: "17 2022"
- VSVERSION: "16 2019"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- VSVERSION: "15 2017"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

matrix:
exclude:
- VSVERSION: "17 2022"
platform: Win32

init:
- cmake --version
- msbuild /version
Expand Down

0 comments on commit 517e457

Please sign in to comment.