Windows Vulkan Intel Clang #3963
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows Vulkan Intel Clang | |
permissions: | |
contents: read | |
checks: write | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 * * * *' # run every 30 minutes | |
pull_request: | |
branches: | |
- main | |
jobs: | |
Windows-VK-Intel-Clang: | |
uses: ./.github/workflows/test-all.yaml | |
with: | |
OS: windows | |
SKU: GPU-Intel | |
Test-Clang: On | |
TestTarget: check-hlsl-clang-vk | |
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl |