From 905bb9a0a620abb76c1b7916862ec59afff23d78 Mon Sep 17 00:00:00 2001 From: Jose Pereira Date: Thu, 27 Aug 2015 14:46:36 -0700 Subject: [PATCH] Added travis build MOD: Remove google repositories, they should never be required --- .travis.yml | 17 +++++++++++++++++ README.md | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..9e200d52 --- /dev/null +++ b/.travis.yml @@ -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 + + diff --git a/README.md b/README.md index 3f745c13..32a34dee 100644 --- a/README.md +++ b/README.md @@ -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