加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wolfgang Merkt 提交于 2020-10-21 15:30 . [CI] Remove Kinetic build
# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
# For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)
language: generic # optional, just removes the language badge
services:
- docker
cache:
directories:
- $HOME/.ccache
git:
quiet: true # optional, silences the cloning of the target repository
env:
global:
- CCACHE_DIR=$HOME/.ccache # enables C/C++ caching in industrial_ci
matrix: # each line is a job
- ROS_DISTRO="melodic"
- ROS_DISTRO="noetic"
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化