0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-14 15:05:06 +00:00
VancedMicroG/.travis.yml

19 lines
439 B
YAML
Raw Normal View History

2015-10-02 01:28:33 +00:00
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:
- tools
- build-tools-23.0.2
2015-10-02 01:28:33 +00:00
- android-23
- extra-android-m2repository
2015-10-02 01:28:33 +00:00