diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-07 20:46:17 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-07 20:46:17 +0000 |
| commit | 2ae1aeb4ceaa5c5d207dcf34d47066b6a8567ce8 (patch) | |
| tree | fd2db011e4db1b70de53050525a734b847ece8e9 | |
| parent | Experimenting with appveyor to understand why API tests fail (diff) | |
| download | DiligentCore-2ae1aeb4ceaa5c5d207dcf34d47066b6a8567ce8.tar.gz DiligentCore-2ae1aeb4ceaa5c5d207dcf34d47066b6a8567ce8.zip | |
Fixed appveyor build script
| -rw-r--r-- | appveyor.yml | 3 |
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: |
