1 Star 0 Fork 21

xs_source_code/transmittable-thread-local

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
oldratlee 提交于 2021-01-24 05:11 . + add sample-ttl-agent-extension
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: trusty
addons:
apt:
packages:
- openjdk-6-jdk
branches:
except:
- appveyor
# Job Lifecycle
# https://docs.travis-ci.com/user/job-lifecycle/
before_install:
# workaround for "buffer overflow detected" problem of openjdk:
# https://github.com/travis-ci/travis-ci/issues/5227
# borrow from https://github.com/miguno/kafka-storm-starter/blob/01dd534263eb867304c06cd2a72f640da1bd9367/.travis.yml
- cat /etc/hosts # optionally check the content *before*
- sudo hostname "$(hostname | cut -c1-63)"
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts > /tmp/hosts
- sudo mv /tmp/hosts /etc/hosts
- cat /etc/hosts # optionally check the content *after*
# output env info
- ls -la
- ls -l /usr/lib/jvm && ls /usr/lib/jvm/*
- echo -e "JAVA_HOME=$JAVA_HOME\nPATH=$PATH\nSHELL=$SHELL"
script:
- scripts/integration-test.sh
- ttl-integrations/sample-ttl-agent-extension-transformlet/scripts/integration-test.sh
after_success:
# codecov
- ./scripts/codecov.sh
after_script:
- git status --ignored
before_cache:
# clear TTL maven self install
- rm -rf $HOME/.m2/repository/com/alibaba/transmittable-thread-local
# Caching Dependencies and Directories
# https://docs.travis-ci.com/user/caching/
cache:
- pip
- directories:
- $HOME/.m2
- $HOME/.sdkman
- $HOME/.cache/pip
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xs_source_code/transmittable-thread-local.git
git@gitee.com:xs_source_code/transmittable-thread-local.git
xs_source_code
transmittable-thread-local
transmittable-thread-local
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385