* changing base version to 2.0.0 for first ros2 sync * changing industrial CI to use eloquent * increment 2.0.0 to 2.1.0 for eloquent release
27 lines
547 B
YAML
27 lines
547 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=eloquent 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$/ |