12 Star 21 Fork 0

Gitee 极速下载/dropwizard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/codahale/dropwizard
克隆/下载
circle.yml 409 Bytes
一键复制 编辑 原始数据 按行查看 历史
Artem Prigoda 提交于 2017-01-13 20:25 +08:00 . Evaluate CircleCI (#1883)
machine:
timezone: UTC
java:
version: oraclejdk8
environment:
_JAVA_OPTIONS: '-Xms512m -Xmx2g'
dependencies:
override:
- mvn dependency:go-offline --fail-never
compile:
override:
- mvn compile
test:
override:
- mvn test
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/dropwizard.git
git@gitee.com:mirrors/dropwizard.git
mirrors
dropwizard
dropwizard
master

搜索帮助