Setup NDK in travis

This commit is contained in:
Fredrik Fornwall
2016-09-23 08:57:40 +02:00
parent 4de82d9fe0
commit 8314a2756c

View File

@@ -16,6 +16,10 @@ android:
- android-24
- extra-android-m2repository
before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk
- export ANDROID_NDK_HOME=$HOME/android-ndk
script:
- ./gradlew testDebugUnitTest