mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update XCSoar to 7.17 (138)
This commit is contained in:
parent
f1d3c9dcca
commit
e6c54d6245
1 changed files with 28 additions and 2 deletions
|
|
@ -384,7 +384,33 @@ Builds:
|
||||||
- make TARGET=ANDROID DEBUG=n TESTING=n -j`nproc`
|
- make TARGET=ANDROID DEBUG=n TESTING=n -j`nproc`
|
||||||
ndk: r22b
|
ndk: r22b
|
||||||
|
|
||||||
|
- versionName: '7.17'
|
||||||
|
versionCode: 138
|
||||||
|
commit: 033c613796e31ccfb1a6cbecbcfc2989db5fd881
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y ninja-build g++ vorbis-tools librsvg2-bin imagemagick
|
||||||
|
- pushd build/srclib/cpython
|
||||||
|
- ./configure
|
||||||
|
- make -j`nproc`
|
||||||
|
- make altinstall
|
||||||
|
- popd
|
||||||
|
output: output/ANDROID/opt/build/unsigned.apk
|
||||||
|
srclibs:
|
||||||
|
- cpython@v3.9.6
|
||||||
|
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-29' 'build-tools;29.0.3'
|
||||||
|
> /dev/null
|
||||||
|
scandelete:
|
||||||
|
- android/ioio
|
||||||
|
- android/UsbSerial/usbserial/eclipse_lib
|
||||||
|
build:
|
||||||
|
- python3.9 -m venv .
|
||||||
|
- source bin/activate
|
||||||
|
- make TARGET=ANDROID DEBUG=n TESTING=n -j`nproc`
|
||||||
|
ndk: r22b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '7.16'
|
CurrentVersion: '7.17'
|
||||||
CurrentVersionCode: 137
|
CurrentVersionCode: 138
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue