2016-04-03 02:28:34 +09:00
|
|
|
language: generic
|
2019-10-29 19:10:32 -04:00
|
|
|
|
2017-08-23 08:08:10 +09:00
|
|
|
services:
|
|
|
|
|
- docker
|
2019-10-29 19:10:32 -04:00
|
|
|
|
|
|
|
|
cache:
|
|
|
|
|
directories:
|
|
|
|
|
- $HOME/.ccache
|
|
|
|
|
|
2016-04-03 02:28:34 +09:00
|
|
|
env:
|
2019-10-29 19:10:32 -04:00
|
|
|
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
|
2016-04-03 02:28:34 +09:00
|
|
|
matrix:
|
2020-07-02 00:43:29 +05:30
|
|
|
- ROS_DISTRO=foxy OS_NAME=ubuntu OS_CODE_NAME=focal
|
2019-10-29 19:10:32 -04:00
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
- git clone --branch master --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
|
2016-04-03 02:28:34 +09:00
|
|
|
script:
|
2019-10-29 19:10:32 -04:00
|
|
|
- .industrial_ci/travis.sh
|
|
|
|
|
|
2017-08-22 23:42:58 +09:00
|
|
|
branches:
|
|
|
|
|
only:
|
2020-05-13 11:39:16 -07:00
|
|
|
- /.*-devel$/
|