Switch to Visual Studio 2019 in appveyor.yml

This commit is contained in:
Margen67 2019-05-25 10:27:29 -07:00 committed by Margen67
parent bddedeeb6b
commit 3334e4d3f5

View file

@ -5,7 +5,7 @@ init:
image:
# If this is modified, please also update the build script
- Visual Studio 2017
- Visual Studio 2019
configuration:
# The builds will be run in this order
@ -19,7 +19,7 @@ before_build:
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G "Visual Studio 15 2017" -A Win32
cmake .. -G "Visual Studio 16 2019" -A Win32
build_script:
- cmd: cmake --build . --config %CONFIGURATION%