1 Star 1 Fork 0

Bunny Blue/AndroidSDKMirror

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bunny Blue 提交于 2018-09-10 11:26 +08:00 . Update .gitlab-ci.yml
# This file is a template, and might need editing before it works on your project.
# This is the Gradle build system for JVM applications
# https://gradle.org/
# https://github.com/gradle/gradle
image: gradle:alpine
# Disable the Gradle daemon for Continuous Integration servers as correctness
# is usually a priority over speed in CI environments. Using a fresh
# runtime for each build is more reliable since the runtime is completely
# isolated from any previous builds.
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
build:
stage: build
script: ./gradlew bootJar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tib/AndroidSDKMirror.git
git@gitee.com:tib/AndroidSDKMirror.git
tib
AndroidSDKMirror
AndroidSDKMirror
master

搜索帮助