Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ build: script: - git submodule update --recursive --init - echo sdk.dir $ANDROID_HOME > local.properties - export TERM=dumb - export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m" - ./gradlew build only: - tags Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ build: script: - git submodule update --recursive --init - echo sdk.dir $ANDROID_HOME > local.properties - export TERM=dumb - export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m" - ./gradlew build only: - tags Loading