mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Fix CI validation tasks
This commit is contained in:
committed by
Dzmitry Malyshau
parent
a8119f005e
commit
1f42d4f227
8
.github/workflows/validation-linux.yml
vendored
8
.github/workflows/validation-linux.yml
vendored
@@ -2,10 +2,10 @@ name: validation-linux
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'tests/out/*.spvasm'
|
||||
- 'tests/out/*.glsl'
|
||||
- 'tests/out/*.dot'
|
||||
- 'tests/out/*.wgsl'
|
||||
- 'tests/out/spv/*.spvasm'
|
||||
- 'tests/out/glsl/*.glsl'
|
||||
- 'tests/out/dot/*.dot'
|
||||
- 'tests/out/wgsl/*.wgsl'
|
||||
|
||||
jobs:
|
||||
validate-linux:
|
||||
|
||||
2
.github/workflows/validation-macos.yml
vendored
2
.github/workflows/validation-macos.yml
vendored
@@ -2,7 +2,7 @@ name: validation-macos
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'tests/out/*.msl'
|
||||
- 'tests/out/msl/*.msl'
|
||||
|
||||
jobs:
|
||||
validate-macos:
|
||||
|
||||
4
.github/workflows/validation-windows.yml
vendored
4
.github/workflows/validation-windows.yml
vendored
@@ -2,7 +2,7 @@ name: validation-windows
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'tests/out/*.hlsl'
|
||||
- 'tests/out/hlsl/*.hlsl'
|
||||
|
||||
jobs:
|
||||
validate-windows:
|
||||
@@ -13,4 +13,4 @@ jobs:
|
||||
- name: Add DirectXShaderCompiler
|
||||
uses: napokue/setup-dxc@v1.0.0
|
||||
- run: make validate-hlsl
|
||||
shell: sh
|
||||
shell: sh
|
||||
|
||||
Reference in New Issue
Block a user