1 Star 0 Fork 0

TempProjects/mapstruct

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
Filip Hrisafov 提交于 2019-09-22 19:41 +08:00 . Fix travis.yml on 1.3.x branch
language: java
dist: trusty
jdk:
- oraclejdk8
install: true
script: mvn clean install -DprocessorIntegrationTest.toolchainsFile=etc/toolchains-travis-jenkins.xml -B -V
after_success:
- mvn jacoco:report && bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
deploy:
provider: script
script: "test ${TRAVIS_TEST_RESULT} -eq 0 && mvn -s etc/travis-settings.xml -DskipTests=true deploy"
skip_cleanup: true
on:
repo: mapstruct/mapstruct
branch: master
sudo: required
cache:
directories:
- $HOME/.m2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/temp-projects/mapstruct.git
git@gitee.com:temp-projects/mapstruct.git
temp-projects
mapstruct
mapstruct
1.3.x

搜索帮助