mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
Update ros2-build.yml
This commit is contained in:
23
.github/workflows/ros2-build.yml
vendored
23
.github/workflows/ros2-build.yml
vendored
@@ -5,8 +5,12 @@ on:
|
|||||||
branches: [ main, develop ]
|
branches: [ main, develop ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test_ros2:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
os: [macOS-latest, windows-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: ros-tooling/setup-ros@v0.7
|
- uses: ros-tooling/setup-ros@v0.7
|
||||||
with:
|
with:
|
||||||
@@ -15,3 +19,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
package-name: modelec_utils
|
package-name: modelec_utils
|
||||||
target-ros2-distro: jazzy
|
target-ros2-distro: jazzy
|
||||||
|
|
||||||
|
build_docker:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ubuntu:noble
|
||||||
|
steps:
|
||||||
|
- name: Setup ROS
|
||||||
|
uses: ros-tooling/setup-ros@v0.7
|
||||||
|
with:
|
||||||
|
required-ros-distributions: jazzy
|
||||||
|
|
||||||
|
- uses: ros-tooling/action-ros-ci@v0.4
|
||||||
|
with:
|
||||||
|
package-name: modelec_utils
|
||||||
|
target-ros2-distro: jazzy
|
||||||
|
|||||||
Reference in New Issue
Block a user