Skip to content

Address known limitation in service/client (rolling) (#109) #728

Address known limitation in service/client (rolling) (#109)

Address known limitation in service/client (rolling) (#109) #728

Workflow file for this run

name: Integration build rmw_iceoryx
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- name: Setup ROS
uses: ros-tooling/setup-ros@master
- name: Install Iceoryx Dependencies
run: sudo apt-get update && sudo apt-get install -y cmake libacl1-dev libncurses5-dev pkg-config
- name: Build & Test
uses: ros-tooling/action-ros-ci@master
with:
package-name: rmw_iceoryx_cpp
target-ros2-distro: rolling
vcs-repo-file-url: |
https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos
${{ github.workspace }}/.github/workflows/custom_repos.repos