Skip to content

Commit

Permalink
Merge pull request #124 from ros-naoqi/fix_orocos
Browse files Browse the repository at this point in the history
upgrade to make sure all package versions are consistent
  • Loading branch information
Maxime Busy authored Dec 3, 2019
2 parents 198a498 + 08407d4 commit b558292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ install:
script:
- sudo docker run -t -d --name=$DOCKER_VERSION -v $CI_SOURCE_PATH/../:/catkin_ws/src/ osrf/ros:$DOCKER_VERSION bash
- sudo docker exec -i $DOCKER_VERSION apt-get update
- sudo docker exec -i $DOCKER_VERSION apt-get upgrade -y
- sudo docker exec -i $DOCKER_VERSION rosdep update --include-eol-distros
- sudo docker exec -i $DOCKER_VERSION rosdep install -i -y --from-paths /catkin_ws/src/naoqi_driver
- sudo docker exec -i $DOCKER_VERSION bash -c 'source /opt/ros/*/setup.bash; catkin_make --directory catkin_ws/'
Expand Down

0 comments on commit b558292

Please sign in to comment.