Skip to content

Commit

Permalink
GitHub: enable Slang on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Aug 17, 2024
1 parent d780cc2 commit 6927516
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,23 @@ jobs:
matrix:
config:
- {
name: "Windows - MSVC 2022",
name: "Windows - MSVC 2022 (glslang)",
os: windows-latest,
build_type: "Debug",
cc: "cl",
cxx: "cl",
generators: "Visual Studio 17 2022",
cmake_args: "-DLVK_WITH_TRACY=ON"
}
- {
name: "Windows - MSVC 2022 (Slang)",
os: windows-latest,
build_type: "Debug",
cc: "cl",
cxx: "cl",
generators: "Visual Studio 17 2022",
cmake_args: "-DLVK_WITH_TRACY=ON -DLVK_WITH_SLANG=ON"
}
- {
name: "Ubuntu - Clang",
os: ubuntu-latest,
Expand Down

0 comments on commit 6927516

Please sign in to comment.