Skip to content

Windows Vulkan QC DXC #778

Windows Vulkan QC DXC

Windows Vulkan QC DXC #778

name: Windows Vulkan QC DXC
permissions:
contents: read
checks: write
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *' # run every 2 hours
jobs:
Windows-VK-QC-DXC:
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