mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
XCSoar: 7.27
This commit is contained in:
parent
5f5b8e1520
commit
3756d0c948
1 changed files with 9 additions and 20 deletions
|
|
@ -357,34 +357,23 @@ Builds:
|
|||
- make TARGET=ANDROID DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r22b
|
||||
|
||||
- versionName: '7.16'
|
||||
versionCode: 137
|
||||
disable: https://github.com/XCSoar/XCSoar/issues/704
|
||||
commit: 58f0eb628e9c52bfdb0f7237f912c6891d14c8b1
|
||||
- versionName: '7.27'
|
||||
versionCode: 148
|
||||
commit: 96d98f3d7de6ab851d0d0774c7e9ba1489c71f86
|
||||
submodules: true
|
||||
sudo:
|
||||
- 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
|
||||
- apt-get install -y ninja-build g++ vorbis-tools librsvg2-bin imagemagick sdkmanager
|
||||
make gettext quilt sox m4 xsltproc cmake xz-utils pkg-config
|
||||
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
|
||||
prebuild: sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
|
||||
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
|
||||
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r25b
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '7.27'
|
||||
CurrentVersionCode: 148
|
||||
|
|
|
|||
Loading…
Reference in a new issue