mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-15 01:59:15 +00:00
vendor: add Box3D support for WebAssembly (#7266)
vendor: add Box3D support for WebAssembly Generate the WASM object directly from the existing build script so vendor binaries stay out of source control while JS target checks remain reproducible.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -131,8 +131,8 @@ jobs:
|
||||
./vendor/cgltf/src/build_cgltf.sh
|
||||
./vendor/miniaudio/src/build_miniaudio.sh
|
||||
./vendor/kb_text_shape/src/build_unix.sh
|
||||
- name: Compile Box3D (Ubuntu ARM)
|
||||
if: matrix.os == 'ubuntu-24.04-arm'
|
||||
- name: Compile Box3D (Ubuntu)
|
||||
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
|
||||
run: ./vendor/box3d/src/build.sh
|
||||
- name: Odin check
|
||||
run: ./odin check examples/demo -vet
|
||||
|
||||
Reference in New Issue
Block a user