Skip to content

Commit

Permalink
Merge pull request #1612 from mouzedrift/appveyor-image
Browse files Browse the repository at this point in the history
bump appveyor image to Visual Studio 2022
  • Loading branch information
mouzedrift authored Dec 24, 2023
2 parents 51e194b + 8aa62a1 commit f651f15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0.{build}

image: Visual Studio 2017
image: Visual Studio 2022

platform:
- x86
Expand All @@ -16,10 +16,10 @@ build_script:
- cd build
- echo %platform%
- echo %APPVEYOR_BUILD_NUMBER%
- if %platform%==x64 (cmake .. -DSDL2_DIR=c:\relive\SDL2-2.0.22 -DBUILD_NUMBER=%APPVEYOR_BUILD_NUMBER% -DCI_PROVIDER=AppVeyor -G "Visual Studio 15 2017 Win64")
- if %platform%==x86 (cmake .. -DSDL2_DIR=c:\relive\SDL2-2.0.22 -DBUILD_NUMBER=%APPVEYOR_BUILD_NUMBER% -DCI_PROVIDER=AppVeyor -G "Visual Studio 15 2017")
- if %platform%==x64 (cmake .. -DSDL2_DIR=c:\relive\SDL2-2.0.22 -DBUILD_NUMBER=%APPVEYOR_BUILD_NUMBER% -DCI_PROVIDER=AppVeyor -G "Visual Studio 17 2022" -A x64)
- if %platform%==x86 (cmake .. -DSDL2_DIR=c:\relive\SDL2-2.0.22 -DBUILD_NUMBER=%APPVEYOR_BUILD_NUMBER% -DCI_PROVIDER=AppVeyor -G "Visual Studio 17 2022" -A Win32)
- cmake --build . --config %configuration% -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- call "C:\Program Files (x86)\cmake\bin\cpack" -G ZIP -C %configuration%
- cpack -G ZIP -C %configuration%
- ctest

install:
Expand All @@ -43,4 +43,4 @@ artifacts:
- path: build\RELIVE_Windows_Binaries_Lite_*.zip
name: RELIVE_Windows_Binaries_$(configuration)_$(PLATFORM)

test: off
test: false

0 comments on commit f651f15

Please sign in to comment.