mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
travis: use custom NDK for now
This commit is contained in:
parent
ea39dcf42f
commit
a1f09445cb
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue