diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-13 05:36:40 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-13 05:36:40 +0000 |
| commit | 5a567aa9712cb1b61546de0bda3fcbe04d6fb533 (patch) | |
| tree | 02279002d388fd8b202f79f82afdc56448493171 | |
| parent | appveyor: added platform_name environment variable to enable tests; updated core (diff) | |
| download | DiligentEngine-5a567aa9712cb1b61546de0bda3fcbe04d6fb533.tar.gz DiligentEngine-5a567aa9712cb1b61546de0bda3fcbe04d6fb533.zip | |
Appveyor: switched to using VS2019
| -rw-r--r-- | appveyor.yml | 4 |
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' |
