Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-07-29 15:54:49 +0300
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-08-24 09:27:24 +0300
commit47c2923d0e73c96cfe47d29253f751432328cee9 (patch)
tree02db8e71c0f761d7be8fe57e0a92ce50e59114ba /.travis.yml
parentc52168c939ff7e0cf6128f85e2a9c055964035fb (diff)
Update tools versions & prepare JNI work to reduce memory & CPU usage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b375e74..62db2d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,3 +23,9 @@ android:
- 'google-gdk-license-.+'
- 'android-sdk-preview-license-.+'
- 'android-.*'
+
+before_install:
+ - wget https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip > /dev/null
+ - mkdir -p /usr/local/android-sdk/ndk-bundle
+ - unzip android-ndk-r15c-linux-x86_64.zip -d /usr/local/android-sdk/ndk-bundle > /dev/null
+ - export ANDROID_NDK_HOME="/usr/local/android-sdk/ndk-bundle/android-ndk-r15c" \ No newline at end of file