mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 10:39:24 +01:00
Merge branch 'oNaiPs-master'
This commit is contained in:
commit
3519d33709
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 New Issue
Block a user