Skip to content

Commit

Permalink
ci: Add Visual Studio 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Dec 27, 2021
1 parent 424f530 commit 7c4a119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ configuration:
- Release
environment:
matrix:
- VS: 2022
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
- VS: 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- VS: 2017
Expand All @@ -19,6 +21,7 @@ cache:
- C:\.hunter\_Base\Cache -> cmake\Hunter\init.cmake

before_build:
- if "%VS%" == "2022" (call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\Common7\Tools\vsdevcmd" -arch=amd64)
- if "%VS%" == "2019" (call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\Common7\Tools\vsdevcmd" -arch=amd64)
- if "%VS%" == "2017" (call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\Common7\Tools\vsdevcmd" -arch=amd64)
- if "%VS%" == "2017-32bit" (call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\Common7\Tools\vsdevcmd" -arch=x86)
Expand Down

0 comments on commit 7c4a119

Please sign in to comment.