mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[godot] More CI build script work.
This commit is contained in:
parent
4f18911433
commit
b33b27e71b
@ -31,6 +31,8 @@ if [ "$platform" = "windows" ]; then
|
||||
#generates windows_64_debug.exe and windows_64_release.exe
|
||||
scons platform=windows tools=no target=release custom_modules="../spine_godot" -j8
|
||||
scons platform=windows tools=no target=release_debug custom_modules="../spine_godot" -j8
|
||||
cp bin/godot.windows.opt.64.exe bin/windows_64_release.exe
|
||||
cp bin/godot.windows.opt.debug.64.exe bin/windows_64_debug.exe
|
||||
|
||||
elif [ "$platform" = "macos" ]; then
|
||||
# --- macOS ---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user