Skip to content

Add stdexcept to resolve compilation error (#104) #713

Add stdexcept to resolve compilation error (#104)

Add stdexcept to resolve compilation error (#104) #713

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 rmw_iceoryx_cpp
uses: ros-tooling/action-ros-ci@master
with:
package-name: rmw_iceoryx_cpp
target-ros2-distro: foxy
vcs-repo-file-url: |
./.github/workflows/additional_repos.repos
- name: Build & Test iceoryx_ros2_bridge
uses: ros-tooling/action-ros-ci@master
with:
package-name: iceoryx_ros2_bridge
target-ros2-distro: foxy
vcs-repo-file-url: |
./.github/workflows/additional_repos.repos