Skip to content
Snippets Groups Projects
Unverified Commit ab8c3629 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #384 from jcarpent/topic/ci

Fix ROS CI
parents ce5465ca 152cb8cc
No related branches found
No related tags found
No related merge requests found
Pipeline #29079 passed with warnings
...@@ -13,11 +13,10 @@ jobs: ...@@ -13,11 +13,10 @@ jobs:
env: env:
- {ROS_DISTRO: melodic, PRERELEASE: false} - {ROS_DISTRO: melodic, PRERELEASE: false}
- {ROS_DISTRO: noetic} - {ROS_DISTRO: noetic}
- {ROS_DISTRO: foxy}
- {ROS_DISTRO: rolling} - {ROS_DISTRO: rolling}
- {ROS_DISTRO: humble} - {ROS_DISTRO: iron}
env: env:
CCACHE_DIR: /home/runner/.ccache # Enable ccache # CCACHE_DIR: /home/runner/.ccache # Enable ccache
PRERELEASE: true PRERELEASE: true
BUILDER: colcon BUILDER: colcon
runs-on: ubuntu-latest runs-on: ubuntu-latest
...@@ -26,10 +25,10 @@ jobs: ...@@ -26,10 +25,10 @@ jobs:
with: with:
submodules: recursive submodules: recursive
# This step will fetch/store the directory used by ccache before/after the ci run # This step will fetch/store the directory used by ccache before/after the ci run
- uses: actions/cache@v3 # - uses: actions/cache@v3
with: # with:
path: ${{ env.CCACHE_DIR }} # path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} # key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
# Run industrial_ci # Run industrial_ci
- uses: 'ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6' - uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
env: ${{ matrix.env }} env: ${{ matrix.env }}
Subproject commit b54e1e2f1c7b369d5e7d328cd5fe43518bd32bc0 Subproject commit 7ccfa44fbe844d7773726ec588dc6eb40f8e8ae5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment