-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
428da8b
commit e013295
Showing
5 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Windows D3D12 NVIDIA Clang | ||
|
||
permissions: | ||
contents: read | ||
checks: write | ||
|
||
on: | ||
schedule: | ||
- cron: '0 12-24 * *' # run hourly over night | ||
|
||
jobs: | ||
Windows-D3D12-NVIDIA-Clang: | ||
uses: ./.github/workflows/test-all.yaml | ||
with: | ||
OS: windows | ||
SKU: GPU-NV | ||
Test-Clang: On | ||
TestTarget: check-hlsl-clang-d3d12 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Windows Vulkan NVIDIA Clang | ||
|
||
permissions: | ||
contents: read | ||
checks: write | ||
|
||
on: | ||
schedule: | ||
- cron: '0 12-24 * *' # run hourly over night | ||
|
||
jobs: | ||
Windows-VK-Intel-Clang: | ||
uses: ./.github/workflows/test-all.yaml | ||
with: | ||
OS: windows | ||
SKU: GPU-NV | ||
Test-Clang: On | ||
TestTarget: check-hlsl-clang-vk |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Windows D3D12 NVIDIA DXC | ||
|
||
permissions: | ||
contents: read | ||
checks: write | ||
|
||
on: | ||
schedule: | ||
- cron: '0 12-24 * *' # run hourly over night | ||
|
||
jobs: | ||
Windows-D3D12-NVIDIA-DXC: | ||
uses: ./.github/workflows/test-all.yaml | ||
with: | ||
OS: windows | ||
SKU: GPU-NV | ||
Test-Clang: Off | ||
BuildType: Debug | ||
TestTarget: check-hlsl-d3d12 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Windows Vulkan NVIDIA DXC | ||
|
||
permissions: | ||
contents: read | ||
checks: write | ||
|
||
on: | ||
schedule: | ||
- cron: '0 12-24 * *' # run hourly over night | ||
|
||
jobs: | ||
Windows-VK-NVIDIA-DXC: | ||
uses: ./.github/workflows/test-all.yaml | ||
with: | ||
OS: windows | ||
SKU: GPU-NV | ||
Test-Clang: Off | ||
BuildType: Debug | ||
TestTarget: check-hlsl-vk |
This file contains 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