summaryrefslogtreecommitdiffstats
path: root/BuildTools/Scripts
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-11 23:41:43 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-11 23:41:43 +0000
commit9ddc43d6026fb7611c0959f5b557374514727dd5 (patch)
treefa37374e74be9f37b5bc8d74d9b05029b331708e /BuildTools/Scripts
parentFixing Win8.1 build, continued. (diff)
downloadDiligentCore-9ddc43d6026fb7611c0959f5b557374514727dd5.tar.gz
DiligentCore-9ddc43d6026fb7611c0959f5b557374514727dd5.zip
Re-enabled d3d12 tests with dxc on CI
Diffstat (limited to 'BuildTools/Scripts')
-rw-r--r--BuildTools/Scripts/appveyor/run_tests.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat
index 53a8d2a4..597cf1e2 100644
--- a/BuildTools/Scripts/appveyor/run_tests.bat
+++ b/BuildTools/Scripts/appveyor/run_tests.bat
@@ -26,6 +26,7 @@ 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 --shader_compiler=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