Commit 41934f89 authored by Max Lv's avatar Max Lv

try to workaround travis-ci's limit

parent bedc7a04
......@@ -16,7 +16,7 @@ install:
- tar xf android-sdk_r23.0.2-linux.tgz
- wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-${ARCH}.bin
- chmod +x android-ndk-r10d-linux-${ARCH}.bin
- ./android-ndk-r10d-linux-${ARCH}.bin > /dev/null
- ./android-ndk-r10d-linux-${ARCH}.bin -y | grep gcc
- export ANDROID_NDK_HOME=`pwd`/android-ndk-r10d
- export ANDROID_HOME=`pwd`/android-sdk-linux
- export PATH=${PATH}:${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment