Skip to content

Commit

Permalink
use ros2ci and update workspace.repos to add only ros2_control (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas authored and Karsten1987 committed Jul 17, 2019
1 parent e7158bf commit 65acad2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 92 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
sudo: required

services:
- docker

script:
- docker build travis/. --no-cache
install:
- git clone --quiet --depth 1 https://github.com/mikaelarguedas/ros2ci.git .ros2ci
- cp travis/workspace.repos .ros2ci/additional_repos.repos

matrix:
include:
- env: JOB_TYPE=crystal
script: .ros2ci/travis.bash $JOB_TYPE
# Uncomment the following to test against ROS 2 Dashing
# - env: JOB_TYPE=dashing
# script: .ros2ci/travis.bash $JOB_TYPE
# Uncomment the following to test against ROS 2 nightly build
# - env: JOB_TYPE=nightly
# script: .ros2ci/travis.bash $JOB_TYPE
84 changes: 0 additions & 84 deletions travis/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions travis/workspace.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ repositories:
type: git
url: https://github.com/ros-controls/ros2_control.git
version: crystal
ros-controls/ros2_controllers:
type: git
url: https://github.com/ros-controls/ros2_controllers.git
version: crystal

0 comments on commit 65acad2

Please sign in to comment.