mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 12:15:12 +00:00
Fix Travis CI build
This commit is contained in:
parent
63fd64f540
commit
0ae11ab9bf
1 changed files with 4 additions and 3 deletions
|
@ -4,17 +4,18 @@ git:
|
||||||
submodules: false
|
submodules: false
|
||||||
before_install:
|
before_install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
before_script:
|
|
||||||
- echo sdk.dir $ANDROID_HOME > local.properties
|
|
||||||
script:
|
script:
|
||||||
|
- jdk_switcher use oraclejdk8
|
||||||
|
- echo sdk.dir $ANDROID_HOME > local.properties
|
||||||
- export TERM=dumb
|
- export TERM=dumb
|
||||||
- export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
|
- export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
|
||||||
- ./gradlew build
|
- ./gradlew assemble
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
- build-tools-24.0.2
|
- build-tools-24.0.2
|
||||||
|
- android-23
|
||||||
- android-24
|
- android-24
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
before_cache:
|
before_cache:
|
||||||
|
|
Loading…
Reference in a new issue