Skip to content

Commit 6ffb0a9

Browse files
authored
ROS 2 RollingへのCI対応 (#62)
* Update CI for ROS 2 Rolling * Summarize setting "AFTER_SETUP_TARGET_WORKSPACE"
1 parent 9138e0d commit 6ffb0a9

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/industrial_ci.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,14 @@ jobs:
1414
industrial_ci:
1515
strategy:
1616
matrix:
17-
ROS_DISTRO: [jazzy]
18-
ROS_REPO: [main]
19-
AFTER_SETUP_TARGET_WORKSPACE: [apt update && apt install -y git gcc-11 g++-11]
20-
# env:
21-
# CCACHE_DIR: "${{ github.workspace }}/.ccache" # ccache directory for debug
17+
env:
18+
- { ROS_DISTRO: rolling, ROS_REPO: main}
19+
- { ROS_DISTRO: jazzy, ROS_REPO: main}
20+
env:
21+
AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git'
2222

2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: "ros-industrial/industrial_ci@master"
27-
env:
28-
ROS_DISTRO: ${{matrix.ROS_DISTRO}}
29-
ROS_REPO: ${{matrix.ROS_REPO}}
30-
AFTER_SETUP_TARGET_WORKSPACE: ${{matrix.AFTER_SETUP_TARGET_WORKSPACE}}
31-
BUILD_TOOL_ARGS: "--event-handlers console_direct+"
32-
COLCON_LOG_LEVEL: debug
33-
VERBOSE_OUTPUT: true
27+
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy