Update XCSoar to 6.7.5 (94)
This commit is contained in:
parent
13a7b459cf
commit
3f0ca30ece
|
@ -33,6 +33,19 @@ Build:6.7.4,93
|
||||||
for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n ANDROID_SDK=$ANDROID_HOME -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \
|
for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n ANDROID_SDK=$ANDROID_HOME -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \
|
||||||
break; done
|
break; done
|
||||||
|
|
||||||
|
Build:6.7.5,94
|
||||||
|
commit=v6.7.5
|
||||||
|
subdir=android
|
||||||
|
submodules=yes
|
||||||
|
output=../output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk
|
||||||
|
build=cd .. && \
|
||||||
|
for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n ANDROID_SDK=$ANDROID_HOME -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \
|
||||||
|
break; done
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
The makefile setup is not perfect, so we need to run it a few times to get it to succeed.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:6.7.5
|
Current Version:6.7.5
|
||||||
|
|
Loading…
Reference in a new issue