Windows ARM64 D3D12 Warp Clang #774
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 ARM64 D3D12 Warp Clang | |
| permissions: | |
| contents: read | |
| checks: write | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: '0 */2 * * *' # run every 2 hours | |
| jobs: | |
| Windows-ARM64-D3D12-Warp-Clang: | |
| uses: ./.github/workflows/build-and-test-callable.yaml | |
| with: | |
| OS: windows | |
| SKU: windows-qc | |
| TestTarget: check-hlsl-clang-warp-d3d12 | |
| OffloadTest-branch: ${{ github.ref }} | |
| LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_USE_CLANG_TIDY=On |