From 5a567aa9712cb1b61546de0bda3fcbe04d6fb533 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 12 Dec 2019 21:36:40 -0800 Subject: Appveyor: switched to using VS2019 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 633c03c..005b706 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ branches: - master image: -- Visual Studio 2017 +- Visual Studio 2019 environment: matrix: @@ -73,7 +73,7 @@ before_build: - 'cd %APPVEYOR_BUILD_FOLDER%' - echo %PLATFORM% - echo.%cmake_args% - - cmake -D DILIGENT_BUILD_TESTS=TRUE %cmake_args% -S . -B ./build -G "Visual Studio 15 2017" -A %PLATFORM% + - cmake -D DILIGENT_BUILD_TESTS=TRUE %cmake_args% -S . -B ./build -G "Visual Studio 16 2019" -A %PLATFORM% build: project: '%APPVEYOR_BUILD_FOLDER%\build\DiligentEngine.sln' -- cgit v1.2.3