diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-12 06:58:39 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-12 06:58:39 +0000 |
| commit | 3a712d6b053c3e08c29c2b9fbb366e91a63422fc (patch) | |
| tree | edaf9a71ae323530f6837ff8a0c5568d1d661dd8 | |
| parent | Added Include test (diff) | |
| download | DiligentTools-3a712d6b053c3e08c29c2b9fbb366e91a63422fc.tar.gz DiligentTools-3a712d6b053c3e08c29c2b9fbb366e91a63422fc.zip | |
appveyor: swithced to VS2019 and enabled tests
| -rw-r--r-- | appveyor.yml | 4 |
1 files 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 |
