mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Add Travis CI
This commit is contained in:
parent
bb4037017c
commit
35e8503273
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
|
||||
|
||||
|
2
extern/SafeParcel
vendored
2
extern/SafeParcel
vendored
@ -1 +1 @@
|
||||
Subproject commit 02b94fdd0af1c127fa14500b2c3d4bec0701e1d6
|
||||
Subproject commit cbe7b4b90452670c422f8303ec2a19aac7179d32
|
Loading…
Reference in New Issue
Block a user