* pcl_conversion to ros2 * travis for ros2 and fixed cmakelists * exporting dependencies * updated travis * fixed smaller things * added colcon ignore to meta package * merge pcl_conversions.h with version released in Dashing * merge test script, CMakeListst, package.xml * append authors, clean up * PR feedback * fixed PR comments * fixed PR comments, cmakelists message_filters, reverted type masq, added maintainer * removed dashing and made ros_distro matrix env
27 lines
546 B
YAML
27 lines
546 B
YAML
language: generic
|
|
|
|
services:
|
|
- docker
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.ccache
|
|
|
|
env:
|
|
global:
|
|
- ROS_REPO=ros2
|
|
- CCACHE_DIR=$HOME/.ccache
|
|
# travis build will time out with no output unless we use verbose output
|
|
- VERBOSE_OUTPUT=true
|
|
- VERBOSE_TESTS=true
|
|
matrix:
|
|
- ROS_DISTRO=dashing OS_NAME=ubuntu OS_CODE_NAME=bionic
|
|
|
|
install:
|
|
- git clone --branch master --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
|
|
script:
|
|
- .industrial_ci/travis.sh
|
|
|
|
branches:
|
|
only:
|
|
- /.*-devel$/ |