mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
CI: Add emscripten wgpu example to CI build
This commit is contained in:
parent
dae858d80f
commit
cf7b6f9402
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -633,6 +633,13 @@ jobs:
|
|||
popd
|
||||
make -C examples/example_emscripten_opengl3 -f Makefile.emscripten
|
||||
|
||||
- name: Build example_emscripten_wgpu
|
||||
run: |
|
||||
pushd emsdk-master
|
||||
source ./emsdk_env.sh
|
||||
popd
|
||||
make -C examples/example_emscripten_wgpu -f Makefile.emscripten
|
||||
|
||||
# This build compiles example_glfw_wgpu using Makefile.emscripten and Emscripten GLFW built-in implementation (-sUSE_GLFW=3)
|
||||
# This ensures 2 things: the make build works, and the GLFW built-in implementation is tested
|
||||
- name: Build example_glfw_wgpu with Emscripten/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue