Update org.flare.app.yml: Fix mismatched version number (1.12 -> 1.14)

This commit is contained in:
Justin Jacobs 2023-11-05 17:05:18 +00:00 committed by linsui
parent 7b561e7de3
commit 1859d4ac25

View file

@ -24,6 +24,7 @@ Repo: https://github.com/flareteam/flare-engine.git
Builds:
- versionName: '1.12'
versionCode: 112
disable: Version number does not match tag/in-game version number.
commit: v1.14
timeout: 15000
subdir: flare-android-project/app
@ -53,6 +54,37 @@ Builds:
- flare-android-project/app/src/main/jni
ndk: r22b
- versionName: '1.14'
versionCode: 114
commit: v1.14-android
timeout: 15000
subdir: flare-android-project/app
sudo:
- apt-get update
- apt-get install -y build-essential file
gradle:
- yes
prebuild:
- cd src/main/jni
- git clone https://github.com/libsdl-org/SDL SDL2
- git clone https://github.com/libsdl-org/SDL_image SDL2_image
- git clone https://github.com/libsdl-org/SDL_mixer SDL2_mixer
- git clone https://github.com/libsdl-org/SDL_ttf SDL2_ttf
- cd SDL2
- git reset --hard 674989261d1f3c7efd36a1cfdfc0efbc1cca6949
- cd ../SDL2_image
- git reset --hard aa804aace7fa2cf93b9e88244f70a11f549f42d3
- cd ../SDL2_mixer
- git reset --hard fe903003892c00ed4a6641a5c8c2cc09057e065d
- cd ../SDL2_ttf
- git reset --hard ff952bc8ddc072ebea64cda6c8f27d49097d8eae
- cd ..
- for i in SDL2 SDL2_image SDL2_mixer SDL2_ttf; do cd "$i"; git submodule init;
git submodule update; cd -; done
scandelete:
- flare-android-project/app/src/main/jni
ndk: r22b
MaintainerNotes: |-
SDL repo commits were provided by the author and reflect the upstream build environment.
Scanner complains about binary test data in SDL repos that's safe to scandelete.
@ -61,5 +93,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.12'
CurrentVersionCode: 112
CurrentVersion: '1.14'
CurrentVersionCode: 114