File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- dist : trusty
1+ dist : xenial
22sudo : required
33compiler :
44 - gcc
@@ -7,9 +7,10 @@ node_js:
77 - " 6"
88 - " 7"
99 - " 8"
10+ - " 10"
1011env :
1112 global :
12- - ROS_DISTRO=indigo
13+ - ROS_DISTRO=kinetic
1314 - ROS_CI_DESKTOP="`lsb_release -cs`" # e.g. [precise|trusty|...]
1415 - CI_SOURCE_PATH=$(pwd)
1516 - ROSINSTALL_FILE=$CI_SOURCE_PATH/dependencies.rosinstall
@@ -26,9 +27,9 @@ branches:
2627before_install :
2728 - sudo apt-get install -y dpkg # to upgrade to dpkg >= 1.17.5ubuntu5.8, which fixes https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1730627
2829 - sudo sh -c "echo \"deb http://packages.ros.org/ros/ubuntu $ROS_CI_DESKTOP main\" > /etc/apt/sources.list.d/ros-latest.list"
29- - sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net :80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
30+ - sudo apt-key adv --keyserver ' hkp://keyserver.ubuntu.com :80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
3031 - sudo apt-get update -qq
31- - sudo apt-get install -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin
32+ - sudo apt-get install -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-ros-base
3233 - source /opt/ros/$ROS_DISTRO/setup.bash
3334 # Prepare rosdep to install dependencies.
3435 - sudo rosdep init
You can’t perform that action at this time.
0 commit comments