Skip to content

Windows D3D12 NVIDIA DXC #3528

Windows D3D12 NVIDIA DXC

Windows D3D12 NVIDIA DXC #3528

name: Windows D3D12 NVIDIA DXC
permissions:
contents: read
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *' # run every 30 minutes
pull_request:
paths:
- .github/workflows/windows-nvidia-dxc-d3d12.yaml
jobs:
Windows-D3D12-NVIDIA-DXC:
permissions:
contents: read
checks: write
uses: ./.github/workflows/build-and-test-callable.yaml
with:
OS: windows
SKU: windows-nvidia
BuildType: Debug
TestTarget: check-hlsl-d3d12
OffloadTest-branch: ${{ github.ref }}
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl