Silent NDK unpacking

This commit is contained in:
a1batross 2015-08-11 19:53:03 +06:00
parent 2680c60215
commit 253997f228

View file

@ -8,7 +8,7 @@ android:
before_install: before_install:
- date - date
- wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin - wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin
- chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin - chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin > /dev/null
- mv android-ndk-r10e android-ndk - mv android-ndk-r10e android-ndk
- export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH - export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH
- echo $PATH - echo $PATH