forked from ros-controls/ros_controllers
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.travis.yml
26 lines (26 loc) · 897 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
24
25
26
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
dist: trusty
services:
- docker
language: generic
notifications:
email:
on_success: change
on_failure: change
recipients:
env:
global:
- CATKIN_PARALLEL_TEST_JOBS=-p1
- ROS_PARALLEL_TEST_JOBS=-j1
matrix:
- ROS_DISTRO=melodic ROS_REPO=ros
- ROS_DISTRO=melodic ROS_REPO=ros-testing
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=https://raw.githubusercontent.com/ros-controls/ros_control/$ROS_DISTRO-devel/ros_control.rosinstall
install:
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh