From 2ae1aeb4ceaa5c5d207dcf34d47066b6a8567ce8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 7 Dec 2019 12:46:17 -0800 Subject: Fixed appveyor build script --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 156408e4..dcbe51d9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,7 +67,7 @@ before_build: - cd c:\projects\DiligentCore - echo %PLATFORM% - echo.%cmake_args% - - cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -D DILIGENT_NO_VULKAN=TRUE -D DILIGENT_NO_OPENGL=TRUE -G "Visual Studio 15 2017" -A %PLATFORM% + - cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_TESTS=TRUE -G "Visual Studio 15 2017" -A %PLATFORM% build: project: c:\projects\DiligentCore\build\INSTALL.vcxproj @@ -75,7 +75,6 @@ build: parallel: true test_script: - - c:\projects\DiligentCore\build\UnitTests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe --mode=d3d11_sw - c:\projects\DiligentCore\BuildTools\Scripts\appveyor\run_tests.bat "C:\projects\DiligentCore\build" after_test: -- cgit v1.2.3