Loading .gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -24,10 +24,7 @@ build: stage: 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 assemble - ./gradlew build only: - tags artifacts: Loading Loading
.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -24,10 +24,7 @@ build: stage: 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 assemble - ./gradlew build only: - tags artifacts: Loading