FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Revert "Fix 'microxrcedds_agent' name and dependency (#279) (#280)" (#283) · micro-ROS/micro-ROS-Agent@4310df3 · GitHub

CI micro-ROS Agent #1725

CI micro-ROS Agent

CI micro-ROS Agent #1725

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: CI micro-ROS Agent
on:
pull_request:
branches:
- 'kilted'
schedule:
- cron: '33 6 * * *'
jobs:
microros_agent_ci:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
ros_distribution: [ kilted ]
include:
- docker_image: ubuntu:24.04
ros_distribution: kilted
container:
image: ${{ matrix.docker_image }}
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@0.7.13
with:
use-ros2-testing: false
required-ros-distributions: ${{ matrix.ros_distribution }}
- name : Download and install dependencies
run: |
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
- uses : ros-tooling/action-ros-ci@0.4.3
with:
package-name: "micro_ros_agent"
target-ros2-distro: ${{ matrix.ros_distribution }}

Back | FazBrowse Home | New Git URL