Skip to content

Windows Vulkan AMD Clang #563

Windows Vulkan AMD Clang

Windows Vulkan AMD Clang #563

name: Windows Vulkan AMD Clang
permissions:
contents: read
checks: write
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *' # run every 6 hours
jobs:
Windows-VK-AMD-Clang:
uses: ./.github/workflows/build-and-test-callable.yaml
with:
OS: windows
SKU: windows-amd
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