Skip to content

Merge branch 'humble' into francocipollone/andino_slam_rviz #363

Merge branch 'humble' into francocipollone/andino_slam_rviz

Merge branch 'humble' into francocipollone/andino_slam_rviz #363

Workflow file for this run

name: colcon build & test
on:
push:
pull_request:
branches:
- humble
workflow_dispatch:
env:
ROS_DISTRO: humble
jobs:
compile_and_test:
name: Compile and test
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
package-name: andino_base andino_control andino_description andino_firmware andino_hardware andino_slam andino_gazebo andino_navigation
target-ros2-distro: ${{ env.ROS_DISTRO }}
import-token: ${{ secrets.GITHUB_TOKEN }}