Skip to content

Commit b99fdc6

Browse files
use cob_supported_robots in travis underlay
1 parent 0a943ea commit b99fdc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ env:
1515
- DEFAULT_ROSINSTALL="https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.rosinstall"
1616

1717
install:
18+
- mkdir -p $CATKIN_WS_UNDERLAY_SRC
19+
- git clone https://github.com/ipa320/cob_robots.git /tmp/cob_robots
20+
- mv /tmp/cob_robots/cob_supported_robots $CATKIN_WS_UNDERLAY_SRC/
21+
- rm -rf /tmp/cob_robots
1822
- wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.install.sh
1923
- bash .travis.install.sh
2024

0 commit comments

Comments
 (0)