mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
[godot] More CI build scripts work.
This commit is contained in:
parent
3e98524b24
commit
bfcc128b85
@ -75,7 +75,7 @@ elif [ "$platform" = "ios" ]; then
|
||||
popd
|
||||
elif [ "$platform" = "web" ]; then
|
||||
# --- WEB ---
|
||||
# generates
|
||||
# generates webassembly_debug.zip, webassembly_release.zip
|
||||
scons platform=javascript tools=no target=release custom_modules="../spine_godot" -j8
|
||||
scons platform=javascript tools=no target=release_debug custom_modules="../spine_godot" -j8
|
||||
mv bin/godot.javascript.opt.zip bin/webassembly_release.zip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user