Skip to content

Commit

Permalink
ROS 2 RollingのCI設定の追加 (#55)
Browse files Browse the repository at this point in the history
* Add CI setting of ROS 2 Rolling

* revert CI setting to docs directory included

* Add "fail-fast: false"

Co-authored-by: Kuwamai <mitsumex333@gmail.com>

* fix indent

---------

Co-authored-by: Kuwamai <mitsumex333@gmail.com>
  • Loading branch information
KuraZuzu and Kuwamai authored Nov 5, 2024
1 parent dabc9c2 commit faa2a3d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ on:
jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [jazzy]
ROS_REPO: [main]
env:
- { ROS_DISTRO: rolling, ROS_REPO: main}
- { ROS_DISTRO: jazzy, ROS_REPO: main}
env:
AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git'

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "ros-industrial/industrial_ci@master"
env:
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: ${{ matrix.ROS_REPO }}
env: ${{ matrix.env }}

0 comments on commit faa2a3d

Please sign in to comment.