Skip to content

Commit

Permalink
Update build.yml (#98)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update build.yml

* Update build.yml
  • Loading branch information
davenewham committed Jan 29, 2024
1 parent a8375da commit c3e5e05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
- name: Build BLOKE Game Engine for Web
run: |
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest && ./emsdk activate latest
source ./emsdk_env.sh && cd ..
git submodule update --init
cmake -S . -B build -DNET_PROTOCOL=WEBSOCKETS
cmake --build build
emcmake cmake -B build-web
cmake --build build-web

0 comments on commit c3e5e05

Please sign in to comment.