mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
tests: Allow compiling shaders with DXC on crosstests.
This is currently disabled on the CI because dxcompiler.dll is not available.
This commit is contained in:
committed by
Alexandre Julliard
parent
53fd1a95fc
commit
09630ada90
Notes:
Alexandre Julliard
2024-04-22 23:38:29 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/810
@@ -19,8 +19,10 @@ test-win-64:
|
||||
extends: .test-win
|
||||
variables:
|
||||
TEST_ARCH: "64"
|
||||
VKD3D_TESTS_SKIP_DXC: "1"
|
||||
|
||||
test-win-32:
|
||||
extends: .test-win
|
||||
variables:
|
||||
TEST_ARCH: "32"
|
||||
VKD3D_TESTS_SKIP_DXC: "1"
|
||||
|
Reference in New Issue
Block a user