From 3a712d6b053c3e08c29c2b9fbb366e91a63422fc Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 11 Dec 2019 22:58:39 -0800 Subject: appveyor: swithced to VS2019 and enabled tests --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7bc8efa..e7285ef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ branches: - master image: -- Visual Studio 2017 +- Visual Studio 2019 environment: matrix: @@ -35,7 +35,7 @@ before_build: - echo add_subdirectory(DiligentCore) >> CMakeLists.txt - echo add_subdirectory(DiligentTools) >> CMakeLists.txt - echo %PLATFORM% - - cmake -S . -B ./build -G "Visual Studio 15 2017" -A %PLATFORM% + - cmake -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -G "Visual Studio 16 2019" -A %PLATFORM% build: project: c:\projects\build\DiligentTools_Test.sln -- cgit v1.2.3