ring: add 129

This commit is contained in:
Marcus Hoffmann 2018-09-11 00:45:52 +02:00
parent 87cd22b4bf
commit f4ad7d6c2a

View file

@ -609,6 +609,21 @@ Build:20180712,127
./compile.sh --release --no-gradle
ndk=r16b
Build:20180805,129
commit=ac674c27172339c0c4eb7fc23a560f694905efb0
timeout=10800
subdir=client-android/ring-android/app
submodules=yes
sudo=apt-get update && \
apt-get install --yes -t jessie-backports swig
gradle=noPush
rm=client-electron,client-gnome,client-ios,client-macosx,client-uwp,client-windows
build=cd ../.. && \
export ANDROID_NDK_ROOT="$ANDROID_NDK" && \
export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \
./compile.sh --release --no-gradle
ndk=r17b
Maintainer Notes:
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.