mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 10:39:24 +01:00
18 lines
429 B
YAML
18 lines
429 B
YAML
|
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
|
||
|
|
||
|
|