Add --os option to rosdep for debian
This commit is contained in:
parent
410e6ba650
commit
debdde93f7
@ -61,7 +61,7 @@ wstool up
|
||||
|
||||
# package depdencies: install using rosdep.
|
||||
cd ~/catkin_ws
|
||||
rosdep install -q -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO
|
||||
rosdep install -q -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO --os $DOCKER_IMAGE
|
||||
travis_time_end
|
||||
|
||||
travis_time_start setup.script
|
||||
|
||||
@ -17,7 +17,7 @@ before_install:
|
||||
- export ROS_PARALLEL_JOBS='-j8 -l6'
|
||||
script:
|
||||
- echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
|
||||
- docker run --rm -i -v $CI_SOURCE_PATH:$CI_SOURCE_PATH -e "CI_SOURCE_PATH=$CI_SOURCE_PATH" -e "HOME=$HOME" -e "ROS_DISTRO=$ROS_DISTRO" -e "ROS_PARALLEL_JOBS=$ROS_PARALLEL_JOBS" -t $DOCKER_IMAGE sh -c "cd $CI_SOURCE_PATH; ./.travis.sh"
|
||||
- docker run --rm -i -v $CI_SOURCE_PATH:$CI_SOURCE_PATH -e "CI_SOURCE_PATH=$CI_SOURCE_PATH" -e "HOME=$HOME" -e "ROS_DISTRO=$ROS_DISTRO" -e "ROS_PARALLEL_JOBS=$ROS_PARALLEL_JOBS" -e "DOCKER_IMAGE=$DOCKER_IMAGE" -t $DOCKER_IMAGE sh -c "cd $CI_SOURCE_PATH; ./.travis.sh"
|
||||
after_failure:
|
||||
- find ${HOME}/.ros/test_results -type f -exec echo "== {} ==" \; -exec cat {} \;
|
||||
- for file in ${HOME}/.ros/log/rostest-*; do echo "=== $file ==="; cat $file; done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user