mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
18 lines
369 B
YAML
18 lines
369 B
YAML
name: ROS2 Build & Test
|
|
|
|
on:
|
|
push:
|
|
branches: [ main, develop ]
|
|
|
|
jobs:
|
|
build_and_test_ros2:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- 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
|