1 Star 1 Fork 19

dlpc/web3j

forked from Gitee 极速下载/web3j 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sam Nazha 提交于 2018-10-09 06:42 . CI
variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache:
paths:
- .m2/repository/
- target/
stages:
- build
- test
build:
stage: build
script:
- gradle clean build
unit tests:
stage: test
script:
- gradle test
# integration tests:
# stage: test
# script:
# - $ ./gradlew -Pintegration-tests=true :integration-tests:test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dlpc/web3j.git
git@gitee.com:dlpc/web3j.git
dlpc
web3j
web3j
master

搜索帮助