mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
synced 2025-09-15 12:59:07 +08:00
Modified the CI option for ROS 2 jazzy and rolling
Signed-off-by: Pyo <pyo@robotis.com>
This commit is contained in:
parent
caf16d8786
commit
0eb5c4b3c3
20
.github/workflows/ros-ci.yaml
vendored
20
.github/workflows/ros-ci.yaml
vendored
@ -4,9 +4,9 @@ name: CI
|
||||
# Specifies the events that trigger the workflow
|
||||
on:
|
||||
push:
|
||||
branches: [ main, humble ]
|
||||
branches: [ main, humble, jazzy]
|
||||
pull_request:
|
||||
branches: [ main, humble ]
|
||||
branches: [ main, humble, jazzy]
|
||||
|
||||
# Defines a set of jobs to be run as part of the workflow
|
||||
jobs:
|
||||
@ -18,21 +18,21 @@ jobs:
|
||||
matrix:
|
||||
ros_distribution:
|
||||
- humble
|
||||
# - jazzy
|
||||
# - rolling
|
||||
- jazzy
|
||||
- rolling
|
||||
include:
|
||||
# ROS 2 Humble Hawksbill
|
||||
- docker_image: ubuntu:jammy
|
||||
ros_distribution: humble
|
||||
ros_version: 2
|
||||
# ROS 2 Jazzy Jalisco
|
||||
# - docker_image: ubuntu:noble
|
||||
# ros_distribution: jazzy
|
||||
# ros_version: 2
|
||||
- docker_image: ubuntu:noble
|
||||
ros_distribution: jazzy
|
||||
ros_version: 2
|
||||
# ROS 2 Rolling Ridley
|
||||
# - docker_image: ubuntu:noble
|
||||
# ros_distribution: rolling
|
||||
# ros_version: 2
|
||||
- docker_image: ubuntu:noble
|
||||
ros_distribution: rolling
|
||||
ros_version: 2
|
||||
container:
|
||||
image: ${{ matrix.docker_image }}
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user