Skip to content

Commit

Permalink
igl | github | Add IGLU and Shell to Vulkan-only builds
Browse files Browse the repository at this point in the history
Summary: Add IGLU and Shell to Vulkan-only builds on GitHub.

Reviewed By: EricGriffith

Differential Revision: D50245153

fbshipit-source-id: 58099bb2991a681658681c87489c00e150776112
  • Loading branch information
corporateshark authored and facebook-github-bot committed Oct 16, 2023
1 parent c425844 commit 038d8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cc: "cl",
cxx: "cl",
generators: "Visual Studio 17 2022",
cmake_args: "-DIGL_WITH_TRACY=ON -DIGL_WITH_TESTS=ON -DIGL_WITH_OPENGL=OFF -DIGL_WITH_IGLU=OFF -DIGL_WITH_SHELL=OFF"
cmake_args: "-DIGL_WITH_TRACY=ON -DIGL_WITH_TESTS=ON -DIGL_WITH_OPENGL=OFF"
}
- {
name: "Ubuntu - Clang",
Expand Down

0 comments on commit 038d8d9

Please sign in to comment.