Skip to content

Commit

Permalink
Update CI for ROS 2 Rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Oct 31, 2024
1 parent 9138e0d commit 3b8eabd
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,12 @@ 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, AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git' }
- { ROS_DISTRO: jazzy, ROS_REPO: main, 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 3b8eabd

Please sign in to comment.