travis: use custom NDK for now

This commit is contained in:
rafal1137 2020-04-30 22:34:52 +02:00
parent ea39dcf42f
commit a1f09445cb
1 changed files with 6 additions and 6 deletions

View File

@ -23,14 +23,14 @@ licenses:
- 'google-gdk-license-.+'
before_script:
- sudo chmod +x gradlew
- wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
- unzip android-ndk-r16b-linux-x86_64.zip -d $HOME
- export ANDROID_NDK_HOME=$HOME/android-ndk-r16b
#- git clone https://github.com/rafal1137/NDK_ETL.git
#- export ANDROID_NDK_HOME=$HOME/NDK_ETL/ndk-bundle
#- wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
#- unzip android-ndk-r16b-linux-x86_64.zip -d $HOME
#- export ANDROID_NDK_HOME=$HOME/android-ndk-r16b
- git clone https://github.com/rafal1137/NDK_ETL.git
- export ANDROID_NDK_HOME=$HOME/NDK_ETL/ndk-bundle
#- export PATH=$PATH:$ANDROID_NDK_HOME
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > "$ANDROID_HOME/licenses/android-sdk-license"
before_install:
- echo y | sdkmanager "cmake;3.10.2.4988404"
script:
- ./gradlew --stacktrace assembleDebug
- ./gradlew assembleDebug