mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Check tools and dependencies installed
This commit is contained in:
parent
132e173078
commit
826abcfae4
@ -12,6 +12,10 @@ install:
|
||||
- yes | sdkmanager --verbose "tools"
|
||||
- yes | sdkmanager --verbose "platforms;android-24"
|
||||
- yes | sdkmanager --verbose "system-images;android-24;default;armeabi-v7a"
|
||||
|
||||
# Check tools and dependencies installed
|
||||
- yes | sdkmanager --list
|
||||
|
||||
# After Travis updated image with Android base environment, building via ant is not possible anymore.
|
||||
# Library tests are old-style tests, and trust on legacy Android ant environment.
|
||||
# Need to disable tests until they are ported to JUnit 4 and gradle build.
|
||||
|
Loading…
x
Reference in New Issue
Block a user