mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-03 14:11:00 +00:00
Add Travis CI
This commit is contained in:
parent
2c18bafa4b
commit
d0f7742d21
1 changed files with 17 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-23.0.1
|
||||
- android-23
|
||||
|
||||
|
Loading…
Reference in a new issue