File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 13
13
- ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
14
14
- ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=false ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
15
15
- ROS_DISTRO=kinetic TEST_TYPE=work_with_315_1_10
16
+ - ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
17
+ - ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
18
+ - ROS_DISTRO=melodic ROSWS=wstool BUILDER=catkin USE_DEB=false ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
19
+ - ROS_DISTRO=melodic TEST_TYPE=work_with_315_1_10
16
20
matrix :
17
21
allow_failures :
18
22
- env : ROS_DISTRO=kinetic ROSWS=wstool BUILDER=catkin USE_DEB=true ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
@@ -24,7 +28,7 @@ notifications:
24
28
on_success : always # [always|never|change] # default: change
25
29
on_failure : always # [always|never|change] # default: always
26
30
before_install : # Use this to prepare the system to install prerequisites or dependencies
27
- - case $ROS_DISTRO in "hydro") export DISTRO=precise;; "indigo") export DISTRO=trusty;; "kinetic") export DISTRO=xenial;; esac;
31
+ - case $ROS_DISTRO in "hydro") export DISTRO=precise;; "indigo") export DISTRO=trusty;; "kinetic") export DISTRO=xenial;; "melodic") export DISTRO=bionic;; "noetic") export DISTRO=focal;; esac;
28
32
- export DOCKER_IMAGE=ubuntu:$DISTRO
29
33
- export CI_SOURCE_PATH=$(pwd)
30
34
- export REPOSITORY_NAME=${PWD##*/}
You can’t perform that action at this time.
0 commit comments