forked from ros-controls/ros_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
23 lines (22 loc) · 819 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Travis Continuous Integration Configuration File For ROS Control Projects
# Author: Dave Coleman
language: generic
services:
- docker
notifications:
email:
recipients:
on_success: change #[always|never|change] # default: change
on_failure: change #[always|never|change] # default: always
env:
global:
- UPSTREAM_WORKSPACE='ros_control.rosinstall -ros_control -ros_controllers'
matrix:
- ROS_DISTRO=noetic ROS_REPO=ros
- ROS_DISTRO=noetic ROS_REPO=ros-testing
- ROS_DISTRO=noetic DOWNSTREAM_WORKSPACE='ros_control.rosinstall -ros_control -realtime_tools -control_toolbox -control_msgs'
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
script:
- .industrial_ci/travis.sh