Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ build: stage: build script: - git submodule update --recursive --init - echo sdk.dir $ANDROID_HOME > local.properties - ./gradlew build only: - tags Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ build: stage: build script: - git submodule update --recursive --init - echo sdk.dir $ANDROID_HOME > local.properties - ./gradlew build only: - tags Loading