summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-13 05:36:40 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-13 05:36:40 +0000
commit5a567aa9712cb1b61546de0bda3fcbe04d6fb533 (patch)
tree02279002d388fd8b202f79f82afdc56448493171
parentappveyor: added platform_name environment variable to enable tests; updated core (diff)
downloadDiligentEngine-5a567aa9712cb1b61546de0bda3fcbe04d6fb533.tar.gz
DiligentEngine-5a567aa9712cb1b61546de0bda3fcbe04d6fb533.zip
Appveyor: switched to using VS2019
-rw-r--r--appveyor.yml4
1 files 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'