Skip to content

Commit

Permalink
Add Travis CI config. Check Indigo, Kinetic, Melodic.
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Nov 26, 2018
1 parent f135fbd commit 182b04a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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
sudo: required
dist: trusty
language: generic
compiler:
- gcc
notifications:
email:
on_failure: always
recipients:
- gm130s@gmail.com # Change this to yours should you copy this file.
env:
matrix:
- UPSTREAM_WORKSPACE=debian ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- UPSTREAM_WORKSPACE=debian ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="indigo" PRERELEASE=true
- UPSTREAM_WORKSPACE=debian ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- UPSTREAM_WORKSPACE=debian ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="kinetic" PRERELEASE=true
- UPSTREAM_WORKSPACE=debian ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- UPSTREAM_WORKSPACE=debian ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="melodic" PRERELEASE=true
matrix:
allow_failures:
- env: ROS_DISTRO="indigo" PRERELEASE=true
- env: ROS_DISTRO="kinetic" PRERELEASE=true
- env: ROS_DISTRO="melodic" PRERELEASE=true
before_script:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci
script:
- .ci/ci.sh

0 comments on commit 182b04a

Please sign in to comment.