1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Added Travis build script, fist version

This commit is contained in:
David A. Velasco 2014-04-07 14:53:21 +02:00
parent cecda3333a
commit 98d58afce0

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: java
jdk: oraclejdk7
before_install:
# Install base Android SDK
- sudo apt-get update -qq
- sudo apt-get install -qq libstdc++6:i386 lib32z1
- export COMPONENTS=build-tools-18.1.0,android-19,sysimg-19
- curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env
- rm pom.xml
- ./setup_env.sh
script:
- ant clean
- ant debug