Skip to content

Commit

Permalink
upgrade to make sure all package versions are comsistent
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas committed Dec 3, 2019
1 parent 198a498 commit 08407d4
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 08407d4

Please sign in to comment.