Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 905bb9a0 authored by Jose Pereira's avatar Jose Pereira Committed by Marvin W.
Browse files

Added travis build

MOD: Remove google repositories, they should never be required
parent 109856ff
Loading
Loading
Loading
Loading

.travis.yml

0 → 100644
+17 −0
Original line number Diff line number Diff line
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

+2 −0
Original line number Diff line number Diff line
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