Added travis build

MOD: Remove google repositories, they should never be required
This commit is contained in:
Jose Pereira 2015-08-27 14:46:36 -07:00 committed by mar-v-in
parent 109856ffd0
commit 905bb9a0a6
2 changed files with 19 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: android
git:
submodules: false
before_install:
- git submodule update --init --recursive
script:
- export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
- export TERM=dumb
- echo sdk.dir $ANDROID_HOME > local.properties
- ./gradlew assembleDebug -x lint
android:
components:
- extra-android-m2repository
- build-tools-22.0.1
- android-22

View File

@ -1,5 +1,7 @@
GmsCore
=======
[![Build Status](https://travis-ci.org/microg/android_packages_apps_GmsCore.svg?branch=master)](https://travis-ci.org/microg/android_packages_apps_GmsCore)
Implementation of the "Play Services" library application.
Building