Skip to content

Commit

Permalink
add travis_before_script to clone baxter_common
Browse files Browse the repository at this point in the history
This commit is needed because baxter_description is not yet released in Kinetic.
  • Loading branch information
knorth55 committed Dec 1, 2016
1 parent 4b782eb commit dfb8b43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ notifications:
- [email protected]
env:
matrix:
- ROS_DISTRO=kinetic ROS_REPO=ros UPSTREAM_WORKSPACE=https://raw.githubusercontent.com/ros-planning/moveit/kinetic-devel/moveit.rosinstall
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=https://raw.githubusercontent.com/ros-planning/moveit/kinetic-devel/moveit.rosinstall
- ROS_DISTRO=kinetic ROS_REPO=ros BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script.bash' UPSTREAM_WORKSPACE=https://raw.githubusercontent.com/ros-planning/moveit/kinetic-devel/moveit.rosinstall
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script.bash' UPSTREAM_WORKSPACE=https://raw.githubusercontent.com/ros-planning/moveit/kinetic-devel/moveit.rosinstall
before_script:
- git clone -q https://github.com/ros-planning/moveit_ci.git .moveit_ci
script:
- source .moveit_ci/travis.sh
- source .moveit_ci/travis.sh
5 changes: 5 additions & 0 deletions .travis_before_script.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

wstool set baxter_common --git https://github.com/RethinkRobotics/baxter_common.git -v master -y
wstool update baxter_common
cat .rosinstall

0 comments on commit dfb8b43

Please sign in to comment.