Skip to content

Commit

Permalink
Adding first github CI for humble
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 authored Dec 30, 2024
1 parent 7ce0a46 commit c8909c4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/humble.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Humble CI

on:
push:
branches:
- "main"
- "devel"
pull_request:
branches:
- "devel"
jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- name: Checkout repository + submodules
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build repository
uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}

0 comments on commit c8909c4

Please sign in to comment.