1 Star 0 Fork 0

cpplibs/OpenREALM_ROS1_Bridge

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.travis.yml 1.31 KB
Copy Edit Raw Blame History
alex authored 2020-10-27 15:50 +08:00 . Tileing prototype
# 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
# include the following block if the C/C++ build artifacts should get cached by Travis,
# CCACHE_DIR needs to get set as well to actually fill the cache
cache:
directories:
- $HOME/.ccache
git:
quiet: true # optional, silences the cloning of the target repository
# configure the build environment(s)
# https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#variables-you-can-configure
env:
global: # global settings for all jobs
- ROS_REPO=ros
- CCACHE_DIR=$HOME/.ccache # enables C/C++ caching in industrial_ci
- BEFORE_INIT='bash ./tools/install_deps.sh'
- CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Release"
matrix: # each line is a job
- ROS_DISTRO="kinetic"
- ROS_DISTRO="melodic"
# allow failures, e.g. for unsupported distros
matrix:
allow_failures:
- env: ROS_DISTRO="kinetic"
# clone and run industrial_ci
install:
- git clone --quiet https://github.com/ros-industrial/industrial_ci.git .industrial_ci
- cd .industrial_ci && git checkout 52ac295 && cd ..
script:
- .industrial_ci/travis.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cpplibs/OpenREALM_ROS1_Bridge.git
git@gitee.com:cpplibs/OpenREALM_ROS1_Bridge.git
cpplibs
OpenREALM_ROS1_Bridge
OpenREALM_ROS1_Bridge
master

Search