Skip to content

Windows Vulkan NVIDIA Clang #1992

Windows Vulkan NVIDIA Clang

Windows Vulkan NVIDIA Clang #1992

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