Skip to content

Commit

Permalink
Bumped visual studio version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Weik committed Sep 21, 2023
1 parent 5d2c77f commit 834a348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
- Visual Studio 2019
- Visual Studio 2022
clone_folder: c:\projects\source

build_script:
Expand All @@ -8,7 +8,7 @@ build_script:
cd build
cmake c:\projects\source -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE:STRING=Release
cmake c:\projects\source -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build . --config "Release"
Expand Down

0 comments on commit 834a348

Please sign in to comment.