Skip to content

Commit

Permalink
appveyor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AzothAmmo committed Nov 29, 2021
1 parent a161b50 commit 466fec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ matrix:
exclude:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
platform: Win32

- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
platform: Win32

platform:
- Win32
Expand Down
2 changes: 2 additions & 0 deletions scripts/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ if not defined VS_VERSION_YEAR (
set VS_VERSION_YEAR=2017
) else if "%VS_VERSION_MAJOR%" == "16" (
set VS_VERSION_YEAR=2019
) else if "%VS_VERSION_MAJOR%" == "17" (
set VS_VERSION_YEAR=2022
) else (
@echo Cannot use Visual Studio version %VS_VERSION_MAJOR%
exit /b 1
Expand Down

0 comments on commit 466fec2

Please sign in to comment.