Skip to content

Commit

Permalink
ROS 2 RollingへのCI対応 (#62)
Browse files Browse the repository at this point in the history
* Update CI for ROS 2 Rolling

* Summarize setting "AFTER_SETUP_TARGET_WORKSPACE"
  • Loading branch information
KuraZuzu authored Oct 31, 2024
1 parent 9138e0d commit 6ffb0a9
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,14 @@ jobs:
industrial_ci:
strategy:
matrix:
ROS_DISTRO: [jazzy]
ROS_REPO: [main]
AFTER_SETUP_TARGET_WORKSPACE: [apt update && apt install -y git gcc-11 g++-11]
# env:
# CCACHE_DIR: "${{ github.workspace }}/.ccache" # ccache directory for debug
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}}
AFTER_SETUP_TARGET_WORKSPACE: ${{matrix.AFTER_SETUP_TARGET_WORKSPACE}}
BUILD_TOOL_ARGS: "--event-handlers console_direct+"
COLCON_LOG_LEVEL: debug
VERBOSE_OUTPUT: true
env: ${{ matrix.env }}

0 comments on commit 6ffb0a9

Please sign in to comment.