travis: Enable Noetic build

This commit is contained in:
Alexey Rogachevskiy
2020-09-09 12:14:46 +03:00
parent ee667257ef
commit 2d8cd0e0ab
2 changed files with 28 additions and 4 deletions

View File

@@ -68,6 +68,14 @@ jobs:
- docker pull ${NATIVE_DOCKER}
script:
- docker run --rm -v $(pwd):/root/catkin_ws/src/clover ${NATIVE_DOCKER} /root/catkin_ws/src/clover/builder/standalone-install.sh
- stage: Build
name: "Native Noetic build"
env:
- NATIVE_DOCKER=ros:noetic-ros-base
before_script:
- docker pull ${NATIVE_DOCKER}
script:
- docker run --rm -v $(pwd):/root/catkin_ws/src/clover ${NATIVE_DOCKER} /root/catkin_ws/src/clover/builder/standalone-install.sh
- stage: Build
name: "Documentation"
language: node_js

View File

@@ -15,11 +15,27 @@ echo "yaml file:///etc/ros/rosdep/coex.yaml" > /etc/ros/rosdep/sources.list.d/99
cat <<EOF > /etc/ros/rosdep/coex.yaml
led_msgs:
ubuntu:
xenial: ros-kinetic-led-msgs
bionic: ros-melodic-led-msgs
xenial: [ros-kinetic-led-msgs]
bionic: [ros-melodic-led-msgs]
focal: [ros-noetic-led-msgs]
debian:
stretch: ros-kinetic-led-msgs
buster: ros-melodic-led-msgs
stretch: [ros-kinetic-led-msgs]
buster: [ros-melodic-led-msgs]
async_web_server_cpp:
ubuntu:
focal: [ros-noetic-async-web-server-cpp]
ros_pytest:
ubuntu:
focal: [ros-noetic-ros-pytest]
tf2_web_republisher:
ubuntu:
focal: [ros-noetic-tf2-web-republisher]
web_video_server:
ubuntu:
focal: [ros-noetic-web-video-server]
ws281x:
ubuntu:
focal: [ros-noetic-ws281x]
EOF
apt update
rosdep update