forked from abarisain/dmix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
16 lines (14 loc) · 752 Bytes
/
.travis.yml
File metadata and controls
16 lines (14 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: java
before_install:
- wget http://dl.google.com/android/android-sdk_r21.1-linux.tgz
- tar -zxf android-sdk_r21.1-linux.tgz
- export ANDROID_HOME=~/build/abarisain/dmix/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch > /dev/null; fi
- echo yes |android update sdk --filter platform-tools,build-tools-18.0.0,android-18,extra-android-support,sysimg-18 --no-ui --force > /dev/null
script:
- cd ~/build/abarisain/dmix/MPDroid
- echo "sdk.dir=/home/travis/build/abarisain/dmix/android-sdk-linux" > local.properties
- ant clean
- ant debug