mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Update .travis.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: android
|
language: android
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk11
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@@ -12,13 +12,11 @@ android:
|
|||||||
components:
|
components:
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
- build-tools-28.0.2
|
- build-tools-28.0.3
|
||||||
- android-28
|
- android-28
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
#- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk
|
|
||||||
#- export ANDROID_NDK_HOME=$HOME/android-ndk
|
|
||||||
- yes | sdkmanager "ndk-bundle"
|
- yes | sdkmanager "ndk-bundle"
|
||||||
- yes | sdkmanager "platforms;android-28"
|
- yes | sdkmanager "platforms;android-28"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user