forked from moveit/moveit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
24 lines (24 loc) · 926 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
# This config file for Travis CI utilizes https://github.com/ros-planning/moveit_ci/ package.
sudo: required
dist: trusty
services:
- docker
language: generic
compiler:
- gcc
notifications:
email:
recipients:
- 130s@2000.jukuin.keio.ac.jp
env:
matrix:
- ROS_DISTRO=kinetic ROS_REPO=ros UPSTREAM_WORKSPACE=moveit.rosinstall
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=moveit.rosinstall
- ROS_DISTRO=kinetic TEST=clang-format UPSTREAM_WORKSPACE=moveit.rosinstall
- ROS_DISTRO=lunar ROS_REPO=ros UPSTREAM_WORKSPACE=moveit.rosinstall
- ROS_DISTRO=lunar ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=moveit.rosinstall
- ROS_DISTRO=lunar TEST=clang-format UPSTREAM_WORKSPACE=moveit.rosinstall
before_script:
- git clone -q https://github.com/ros-planning/moveit_ci.git .moveit_ci
script:
- source .moveit_ci/travis.sh