summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-12-07 20:46:17 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-12-07 20:46:17 +0000
commit2ae1aeb4ceaa5c5d207dcf34d47066b6a8567ce8 (patch)
treefd2db011e4db1b70de53050525a734b847ece8e9
parentExperimenting with appveyor to understand why API tests fail (diff)
downloadDiligentCore-2ae1aeb4ceaa5c5d207dcf34d47066b6a8567ce8.tar.gz
DiligentCore-2ae1aeb4ceaa5c5d207dcf34d47066b6a8567ce8.zip
Fixed appveyor build script
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 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: