summaryrefslogtreecommitdiffstats
path: root/BuildTools/Scripts
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-11 18:48:41 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-11 18:48:41 +0000
commit17c77c719af7910b2aa2e19acb7843224614bdee (patch)
treee4c9804cb5b0633bfee3052cdfee7627daef86ce /BuildTools/Scripts
parentCMake: updated copy_required_dlls to take D3Dcompiler_47.dll from Win SDK (diff)
downloadDiligentCore-17c77c719af7910b2aa2e19acb7843224614bdee.tar.gz
DiligentCore-17c77c719af7910b2aa2e19acb7843224614bdee.zip
Fixed CMake issues with CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION not being defined for Win8.1; disabled DXC tests
Diffstat (limited to 'BuildTools/Scripts')
-rw-r--r--BuildTools/Scripts/appveyor/run_tests.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat
index 8157560a..53a8d2a4 100644
--- a/BuildTools/Scripts/appveyor/run_tests.bat
+++ b/BuildTools/Scripts/appveyor/run_tests.bat
@@ -26,7 +26,6 @@ if "%RUN_CORE_API_D3D11_TEST%"=="true" (
if "%RUN_CORE_API_D3D12_TEST%"=="true" (
("%1\Tests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" --mode=d3d12_sw) || set /a ERROR=%ERROR%+100
- ("%1\Tests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" --mode=d3d12_sw --comp=dxc) || set /a ERROR=%ERROR%+1000
)
exit /B %ERROR% REM use /B to exit the current batch script context, and not the command prompt process