Address known limitation in service/client (rolling) #727
Workflow file for this run
This file contains 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: 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 |