Skip to content

Commit

Permalink
activated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Tiderko authored and Alexander Tiderko committed Apr 30, 2018
1 parent df9eb64 commit f713779
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- git:
local-name: iop_msgs
uri: https://github.com/fkie/iop_msgs
- git:
local-name: iop_core
uri: https://github.com/fkie/iop_core

20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
services:
- docker
language: cpp
env:
global:
- CATKIN_LINT=true
- CATKIN_LINT_ARGS='--package-path /root/catkin_ws/src/iop_core:/root/catkin_ws/src/iop_msgs'
# - CATKIN_CONFIG='--no-install'
# - VERBOSE_OUTPUT=true
matrix:
- ROS_DISTRO="indigo" ROS_REPO="ros" UPSTREAM_WORKSPACE=file $ROSINSTALL_FILENAME=".travis.rosinstall"
- ROS_DISTRO="jade" ROS_REPO="ros" UPSTREAM_WORKSPACE=file
- ROS_DISTRO="kinetic" ROS_REPO="ros-shadow-fixed" UPSTREAM_WORKSPACE=file
- ROS_DISTRO="kinetic" ROS_REPO="ros" UPSTREAM_WORKSPACE=file
- ROS_DISTRO="lunar" ROS_REPO="ros" UPSTREAM_WORKSPACE=file
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- .ci_config/travis.sh

0 comments on commit f713779

Please sign in to comment.