Windows D3D12 NVIDIA DXC #1220
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows D3D12 NVIDIA DXC | |
permissions: | |
contents: read | |
checks: write | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0-12 * * 1-5' # run every 30 minutes overnight | |
- cron: '0 * * * 0,6' # run every 30 minutes on weekends | |
jobs: | |
Windows-D3D12-NVIDIA-DXC: | |
uses: ./.github/workflows/test-all.yaml | |
with: | |
OS: windows | |
SKU: GPU-NV | |
Test-Clang: Off | |
BuildType: Debug | |
TestTarget: check-hlsl-d3d12 | |
OffloadTest-branch: ${{ github.ref }} | |
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl |