Skip to content

Windows Vulkan QC DXC #1410

Windows Vulkan QC DXC

Windows Vulkan QC DXC #1410

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