mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
[godot] More CI build script work.
This commit is contained in:
parent
8f68da5864
commit
4f18911433
@ -26,7 +26,13 @@ fi
|
|||||||
platform=${1%/}
|
platform=${1%/}
|
||||||
|
|
||||||
pushd ../godot
|
pushd ../godot
|
||||||
if [ "$platform" = "macos" ]; then
|
if [ "$platform" = "windows" ]; then
|
||||||
|
# --- Windows ---
|
||||||
|
#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
|
||||||
|
|
||||||
|
elif [ "$platform" = "macos" ]; then
|
||||||
# --- macOS ---
|
# --- macOS ---
|
||||||
# generates osx.zip
|
# generates osx.zip
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user