diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2025-06-24 15:54:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 07:54:00 +0000 |
| commit | 47475114d036a391bacdb53a9a1c60e5d35b61bc (patch) | |
| tree | c891ec9f7784e68bd831c5a7407285d4b18a943d /.github | |
| parent | b1fc75fab3a1b700a89a711289598ac74883483c (diff) | |
Document supported compiler versions in building.md (#7512)
* Document supported compiler versions in building.md
Closes https://github.com/shader-slang/slang/issues/7376
* multiple checked versions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1c6b3b48..45e75357f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,6 +188,10 @@ jobs: cmake --workflow --preset "${{matrix.config}}" fi fi + + - name: Check documented compiler versions + run: bash extras/verify-documented-compiler-version.sh + - name: Test Slang if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && (matrix.platform != 'aarch64' || matrix.os == 'macos') run: | |
