Skip to content

Windows D3D12 NVIDIA Clang #752

Windows D3D12 NVIDIA Clang

Windows D3D12 NVIDIA Clang #752

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