Skip to content

Commit

Permalink
[ci] Defined better job names + renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Sep 21, 2023
1 parent a737df0 commit 3cf56c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ROS
on: [push, pull_request]

jobs:
CI:
strategy:
matrix:
env:
- {name: "(noetic)", ROS_DISTRO: noetic, PRERELEASE: true}
- {name: "(humble)", ROS_DISTRO: humble}
- {name: "(rolling)", ROS_DISTRO: rolling}
env:
UPSTREAM_WORKSPACE: dependencies.rosinstall
CTEST_OUTPUT_ON_FAILURE: 1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}

0 comments on commit 3cf56c3

Please sign in to comment.