Skip to content

Commit

Permalink
add noetic github action
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefGst committed Apr 5, 2024
1 parent 2017efc commit e3f93ec
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/noetic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: noetic

on: [push, pull_request]

jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: noetic, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- name: checkout template_sub_pub
uses: actions/checkout@v4
with:
path: src/template_sub_pub

# - name: checkout urdf_basic_shapes
# uses: actions/checkout@v4
# with:
# repository: JosefGst/urdf_basic_shapes
# path: src/urdf_basic_shapes

- name: industrial_ci
uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}

0 comments on commit e3f93ec

Please sign in to comment.