4 - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
11 - git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec './artifacts/driver.cross64.exe $(git cherry $CI_MERGE_REQUEST_DIFF_BASE_SHA HEAD^ | wc -l) $(git rev-parse --short HEAD)'
12 - if (Test-Path "pipeline_failed") { exit 1 }
22 VKD3D_TEST_SKIP_DXC: "1"
28 VKD3D_TEST_SKIP_DXC: "1"
33 - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
37 - job: build-crosstest
41 - 'Invoke-WebRequest -Uri "https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2407/dxc_2024_07_31.zip" -OutFile ".\dxc.zip"'
42 - 'Expand-Archive -Path "dxc.zip" -DestinationPath ".\dxc"'
43 - '$Env:PATH += ";" + (Convert-Path ".\dxc\bin\x64")'
44 - git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec './artifacts/driver.cross64.exe $(git cherry $CI_MERGE_REQUEST_DIFF_BASE_SHA HEAD^ | wc -l) $(git rev-parse --short HEAD)'
45 - if (Test-Path "pipeline_failed") { exit 1 }