mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Update .travis.yml
This commit is contained in:
parent
a691333c5e
commit
d584502fef
1 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
sudo: false
|
||||
language: android
|
||||
jdk: oraclejdk8
|
||||
jdk: oraclejdk11
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
@ -12,13 +12,11 @@ android:
|
|||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
- build-tools-28.0.2
|
||||
- build-tools-28.0.3
|
||||
- android-28
|
||||
- extra-android-m2repository
|
||||
|
||||
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 "platforms;android-28"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue