Skip to content

Commit

Permalink
add test to check if we forget to use catkin_install_python
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Oct 31, 2021
1 parent 01679d9 commit 92597e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ install:
- (cd /tmp/ros_buildfarm; git checkout f7a12d8)
- (cd /tmp; wget https://github.com/ros-infrastructure/ros_buildfarm/pull/890.diff)
- (cd /tmp/ros_buildfarm; patch -p1 < /tmp/890.diff)
# revert https://github.com/ros/ros_comm/pull/1879, whcih create /tmp/rostest_bin_hook/python so did not fail with rostest
- if [ "${ROS_DISTRO_NAME}" == "noetic" ]; then (cd /tmp/ros_buildfarm; sed -i "/^# After all dependencies are installed, update ccache symlinks./a @[if testing]@\nRUN apt-get install -qq -y wget patch\nRUN wget https://patch-diff.githubusercontent.com/raw/ros/ros_comm/pull/1879.diff -O /tmp/1879.diff\nRUN (cd /opt/ros/noetic/bin/; patch -R -p4 < /tmp/1879.diff )\n@[end if]@" ros_buildfarm/templates/devel/devel_task.Dockerfile.em); fi
- if [ "${ROS_DISTRO_NAME}" == "noetic" ]; then mkdir $JOB_PATH; cp -r /tmp/ros_buildfarm $JOB_PATH; fi # copy to prevent from git clone ros_buildfarm
#
- pip install /tmp/ros_buildfarm
# checkout catkin for catkin_test_results script
- git clone https://github.com/ros/catkin /tmp/catkin
Expand Down

0 comments on commit 92597e6

Please sign in to comment.