mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-06 23:41:01 +00:00
Added travis build
MOD: Remove google repositories, they should never be required
This commit is contained in:
parent
109856ffd0
commit
905bb9a0a6
2 changed files with 19 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal 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
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
GmsCore
|
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.
|
Implementation of the "Play Services" library application.
|
||||||
|
|
||||||
Building
|
Building
|
||||||
|
|
Loading…
Reference in a new issue