mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 11:35:11 -05:00
12 lines
384 B
YAML
12 lines
384 B
YAML
|
language: java
|
||
|
|
||
|
notifications:
|
||
|
email: false
|
||
|
|
||
|
before_install:
|
||
|
- wget http://dl.google.com/android/android-sdk_r20.0.3-linux.tgz
|
||
|
- tar -zxf android-sdk_r20.0.3-linux.tgz
|
||
|
- export ANDROID_HOME=~/builds/JakeWharton/ActionBarSherlock/android-sdk-linux
|
||
|
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
|
||
|
- android update sdk --filter 1,5 --no-ui --force
|