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:
parent
cecda3333a
commit
98d58afce0
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user