Update Fruity Game v2.0 tag latest commit and remove profile in godot build

This commit is contained in:
John Smith 2023-11-26 08:00:09 +00:00 committed by linsui
parent 6c0e9c718e
commit d735746462

View file

@ -61,7 +61,7 @@ Builds:
- versionName: '2.0'
versionCode: 11
commit: 224692a27a3b85acf442cdaaf93054bd4d2b165a
commit: 7a318d8c44468b551b205c0ba9a28eadf73f79b0
sudo:
- apt-get update
- apt-get install -y clang gettext pkg-config scons
@ -84,12 +84,11 @@ Builds:
- echo 'export/android/debug_keystore_pass = "android"' >> ./.config/godot/editor_settings-3.tres
- cd godot
- scons -j `nproc` platform=server use_llvm=yes unix_global_settings_path=".."
profile=game/godot_build_options.py
- export ANDROID_NDK_ROOT=$$NDK$$
- scons -j `nproc` use_llvm=yes p=android target=release unix_global_settings_path=".."
android_arch=armv7 profile=game/godot_build_options.py
android_arch=armv7
- scons -j `nproc` use_llvm=yes p=android target=release unix_global_settings_path=".."
android_arch=arm64v8 profile=game/godot_build_options.py
android_arch=arm64v8
- pushd platform/android/java/
- gradle generateGodotTemplates
- popd