Skip to content

Windows Vulkan NVIDIA Clang #1087

Windows Vulkan NVIDIA Clang

Windows Vulkan NVIDIA Clang #1087

name: Windows Vulkan NVIDIA Clang
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-VK-Intel-Clang:
uses: ./.github/workflows/test-all.yaml
with:
OS: windows
SKU: GPU-NV
Test-Clang: On
TestTarget: check-hlsl-clang-vk
OffloadTest-branch: ${{ github.ref }}
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl