-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add travis_before_script to clone baxter_common
this commit is needed because baxter_description is not released in Kinetic.
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |