Skip to content

glfw for python bindings: try use v3.4 (GLFW_BUILD_WAYLAND=OFF) #1420

glfw for python bindings: try use v3.4 (GLFW_BUILD_WAYLAND=OFF)

glfw for python bindings: try use v3.4 (GLFW_BUILD_WAYLAND=OFF) #1420

Workflow file for this run

name: "Emscripten"
on:
workflow_dispatch:
pull_request:
push:
jobs:
build:
name: Emscripten
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
# - name: Setup interactive tmate session
# uses: mxschmitt/action-tmate@v3
- name: Build and install
shell: bash
run: |
./external/hello_imgui/hello_imgui/tools/emscripten/install_emscripten.sh
mkdir build_ems
cd build_ems
source ~/emsdk/emsdk_env.sh
emcmake cmake .. -DCMAKE_BUILD_TYPE=Release
make -j 4