Skip to content

Commit

Permalink
Add CI for ROS2 Iron
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Aug 11, 2023
1 parent 9df4296 commit e029498
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/industrial_ci_iron_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Iron

on: [push, pull_request]


jobs:
industrial_ci:
env:
BEFORE_BUILD_TARGET_WORKSPACE: 'sudo apt-get install -y libboost-all-dev'
UPSTREAM_WORKSPACE: 'github:SICKAG/sick_safevisionary_base#main'
ROSDEP_SKIP_KEYS: 'sick_safevisionary_base'
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: iron, ROS_REPO: testing}
- {ROS_DISTRO: iron, ROS_REPO: main}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![License](https://img.shields.io/badge/License-Apache_2.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)
![build badge](https://github.com/SICKAG/sick_safevisionary_ros2/actions/workflows/industrial_ci_humble_action.yml/badge.svg)
![build badge](https://github.com/SICKAG/sick_safevisionary_ros2/actions/workflows/industrial_ci_iron_action.yml/badge.svg)

# Sick Safevisionary ROS2
This is the official ROS2 driver for the [Sick safeVisionary2](https://www.sick.com/de/en/safety-camera-sensors/safety-camera-sensors/safevisionary2/c/g568562) cameras.
Expand Down

0 comments on commit e029498

Please sign in to comment.