mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update XCSoar to 7.8 (129)
This commit is contained in:
parent
9ee81a3c1a
commit
624c563ee5
1 changed files with 22 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ Categories:
|
|||
License: GPL-2.0-only
|
||||
WebSite: https://www.xcsoar.org
|
||||
SourceCode: https://github.com/XCSoar/XCSoar
|
||||
IssueTracker: https://bugs.xcsoar.org
|
||||
IssueTracker: https://github.com/XCSoar/XCSoar/issues
|
||||
Translation: https://hosted.weblate.org/projects/xcsoar
|
||||
Changelog: https://github.com/XCSoar/XCSoar/blob/HEAD/NEWS.txt
|
||||
|
||||
|
|
@ -284,6 +284,27 @@ Builds:
|
|||
build: make TARGET=ANDROID7NEON DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r15c
|
||||
|
||||
- versionName: '7.8'
|
||||
versionCode: 129
|
||||
commit: v7.8
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y ninja-build g++ vorbis-tools librsvg2-bin imagemagick
|
||||
output: output/ANDROID7NEON/opt/build/unsigned.apk
|
||||
rm:
|
||||
- android/ioio/release/*.zip
|
||||
- android/ioio/release/apps/*.zip
|
||||
- android/ioio/release/software/*.zip
|
||||
- android/ioio/release/firmware/device-bootloader/*.zip
|
||||
- android/ioio/release/firmware/bootloader/*.zip
|
||||
- android/ioio/software/IOIODude/lib
|
||||
- android/ioio/software/IOIOLib/target/pc/lib
|
||||
- android/ioio/software/applications/IOIOConnectionTester/lib
|
||||
- android/ioio/software/applications/pc/jar-in-jar-loader.zip
|
||||
build: make TARGET=ANDROID7NEON DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r22b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '7.8'
|
||||
|
|
|
|||
Loading…
Reference in a new issue