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:
Giovanni Mascellani
2024-02-23 13:58:02 +01:00
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
2 changed files with 16 additions and 5 deletions

View File

@@ -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"