Skip to content

Commit

Permalink
Add CI pipeline for Humble
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Aug 9, 2023
1 parent 98e4abc commit 4762a55
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/.industrial_ci_humble_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Humble

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: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}

0 comments on commit 4762a55

Please sign in to comment.