mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 05:48:06 +00:00
moving Minute Maze 0.2 and forward to Godot 4.3-stable
This commit is contained in:
parent
d5a4eedfc0
commit
7b6c7a2bf4
1 changed files with 29 additions and 0 deletions
|
|
@ -42,6 +42,35 @@ Builds:
|
|||
APK' bin/minute-maze.apk
|
||||
ndk: 23.2.8568313
|
||||
|
||||
- versionName: 0.2.0
|
||||
versionCode: 200
|
||||
commit: fa16309ba8bcb1c4ec413af739824fa55f3049a1
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y python3-invoke build-essential scons pkg-config libx11-dev
|
||||
libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev
|
||||
libudev-dev libxi-dev libxrandr-dev
|
||||
output: bin/minute-maze.apk
|
||||
srclibs:
|
||||
- Godot@4.3-stable
|
||||
prebuild:
|
||||
- mkdir -p bin
|
||||
- mkdir -p android
|
||||
build:
|
||||
- export ANDROID_SDK_ROOT=$$SDK$$
|
||||
- export ANDROID_NDK_ROOT=$$NDK$$
|
||||
- export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
|
||||
- pushd $$Godot$$
|
||||
- scons -j `nproc` platform=linuxbsd target=editor
|
||||
- scons -j `nproc` platform=android target=template_release arch=arm64
|
||||
- cd platform/android/java
|
||||
- gradle generateGodotTemplates
|
||||
- popd
|
||||
- invoke make-fdroid-presets $$Godot$$
|
||||
- $$Godot$$/bin/godot.linuxbsd.editor.x86_64 --headless --export-release 'Android
|
||||
APK' bin/minute-maze.apk
|
||||
ndk: 23.2.8568313
|
||||
|
||||
- versionName: 0.2.0
|
||||
versionCode: 200
|
||||
commit: fa16309ba8bcb1c4ec413af739824fa55f3049a1
|
||||
|
|
|
|||
Loading…
Reference in a new issue