Skip to content

Add stdexcept to resolve compilation error #710

Add stdexcept to resolve compilation error

Add stdexcept to resolve compilation error #710

Workflow file for this run

name: Integration build rmw_iceoryx
on:
push:
branches:
- foxy
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
steps:
- uses: actions/checkout@v2
- name: Setup ROS
uses: ros-tooling/setup-ros@v0.5
with:
required-ros-distributions: foxy
- 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 iceoryx_ros2_bridge
target-ros2-distro: foxy
vcs-repo-file-url: |
./.github/workflows/additional_repos.repos