1 Star 1 Fork 49

李昌宁 / compileflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
oldratlee 提交于 2020-08-18 10:21 . add multiply jdks in ci: openjdk8,10,11
language: java
# Building a Java project
# https://docs.travis-ci.com/user/languages/java
#
# how to install and set jdk on travis:
# - Testing Against Multiple JDKs
# https://docs.travis-ci.com/user/languages/java/#Testing-Against-Multiple-JDKs
# - JVM images
# https://docs.travis-ci.com/user/reference/trusty/#JVM-(Clojure%2C-Groovy%2C-Java%2C-Scala)-images
# - Customizing the Build / Build Matrix
# https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix
dist: bionic
# JVM (Clojure, Groovy, Java, Scala) support
# https://docs.travis-ci.com/user/reference/bionic#jvm-clojure-groovy-java-scala-support
jdk:
- openjdk8
- openjdk10
- openjdk11
# Job Lifecycle
# https://docs.travis-ci.com/user/job-lifecycle/
before_install:
# output env info
- ls -la
- ls -l /usr/lib/jvm && ls /usr/lib/jvm/*
- echo -e "JAVA_HOME=$JAVA_HOME\nPATH=$PATH\nSHELL=$SHELL"
install:
- pip install --user codecov
script:
- ./mvnw install
after_script:
- git status --ignored
before_cache:
# clear maven self install
- rm -rf $HOME/.m2/repository/com/alibaba/compileflow
# Caching Dependencies and Directories
# https://docs.travis-ci.com/user/caching/
cache:
directories:
- $HOME/.m2
- $HOME/.cache/pip
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lcn123/compileflow.git
git@gitee.com:lcn123/compileflow.git
lcn123
compileflow
compileflow
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891