File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ matrix:
4
4
include :
5
5
- name : ' ROS Indigo'
6
6
dist : trusty
7
- env : UBUNTU =trusty ROS_DISTRO =indigo
7
+ env : CI_UBUNTU =trusty CI_ROS_DISTRO =indigo
8
8
- name : ' ROS Kinetic'
9
9
dist : xenial
10
- env : UBUNTU =xenial ROS_DISTRO =kinetic
10
+ env : CI_UBUNTU =xenial CI_ROS_DISTRO =kinetic
11
11
12
12
before_install :
13
- - echo "deb http://packages.ros.org/ros/ubuntu $UBUNTU main" | sudo tee -a /etc/apt/sources.list
13
+ - echo "deb http://packages.ros.org/ros/ubuntu ${CI_UBUNTU} main" | sudo tee -a /etc/apt/sources.list
14
14
- curl http://packages.ros.org/ros.key | sudo apt-key add -
15
15
- sudo apt-get update -qq
16
16
- sudo apt-get install -qq dpkg python-catkin-lint python-catkin-tools python-rosdep
@@ -20,10 +20,10 @@ install:
20
20
- rosdep update
21
21
- mkdir -p /tmp/ws/src
22
22
- ln -s `pwd` /tmp/ws/src/webrtc
23
- - rosdep install -q --from-paths /tmp/ws/src --ignore-src --rosdistro ${ROS_DISTRO } -y
23
+ - rosdep install -q --from-paths /tmp/ws/src --ignore-src --rosdistro ${CI_ROS_DISTRO } -y
24
24
25
25
before_script :
26
- - source /opt/ros/${ROS_DISTRO }/setup.bash
26
+ - source /opt/ros/${CI_ROS_DISTRO }/setup.bash
27
27
- catkin config -w /tmp/ws --install
28
28
29
29
script :
You can’t perform that action at this time.
0 commit comments