- 发布于
使用gitlab ci自动构建android项目
541-–
- 作者
- 姓名
- zhli
.gitlab-ci.yml
stages:
- build
build:
image: saschpe/android-sdk:33-jdk11.0.19_7
stage: build
tags:
- docker
script:
- chmod 755 ./gradlew
- ./gradlew assembleRelease
artifacts:
paths:
- build/outputs/