[godot] GH action.

This commit is contained in:
Mario Zechner 2022-07-14 08:22:01 +02:00
parent 7acd75aee4
commit 879596c8f8

View File

@ -61,8 +61,10 @@ else
target="$target vsproj=yes livepp=$LIVEPP" target="$target vsproj=yes livepp=$LIVEPP"
fi fi
scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus
if [ -f "bin/godot.x11.opt.tools.64" ]; then
strip bin/godot.x11.opt.tools.64 strip bin/godot.x11.opt.tools.64
fi fi
fi
popd popd
popd > /dev/null popd > /dev/null