Skip to content

Commit

Permalink
CI: Add a build of imgui_impl_vulkan.cpp with IMGUI_IMPL_VULKAN_NO_PR…
Browse files Browse the repository at this point in the history
…OTOTYPES defined. (#4151, #3759, #3227)
  • Loading branch information
rokups authored and ocornut committed May 25, 2021
1 parent c2bf4ab commit 4c420f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libglfw3-dev libsdl2-dev gcc-multilib g++-multilib libfreetype6-dev
sudo apt-get install -y libglfw3-dev libsdl2-dev gcc-multilib g++-multilib libfreetype6-dev libvulkan-dev
- name: Build example_null (extra warnings, gcc 32-bit)
run: |
Expand Down Expand Up @@ -362,6 +362,9 @@ jobs:
- name: Build example_sdl_opengl3
run: make -C examples/example_sdl_opengl3

- name: Build with IMGUI_IMPL_VULKAN_NO_PROTOTYPES
run: g++ -c -I. -DIMGUI_IMPL_VULKAN_NO_PROTOTYPES=1 backends/imgui_impl_vulkan.cpp

MacOS:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 4c420f3

Please sign in to comment.