We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb4b06 commit 3be82ecCopy full SHA for 3be82ec
.travis.yml
@@ -47,6 +47,7 @@ script:
47
- source /opt/ros/$ROS_DISTRO/setup.bash
48
- catkin build
49
- source devel/setup.bash
50
+ - grep /opt/ros/${ROS_DISTRO}/share/geneus/package.xml devel/share/roseus/ros/roseus/manifest.l; [ "$?" == 1 ]; # check https://github.com/jsk-ros-pkg/geneus/pull/42
51
- rostest roseus test-genmsg.catkin.test
52
- rostest roseus test-genmsg-oneworkspace.catkin.launch
53
# check pr2eus
0 commit comments