Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
eigenpy
Commits
ab8c3629
Unverified
Commit
ab8c3629
authored
1 year ago
by
Justin Carpentier
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
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
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ros_ci.yml
+7
-8
7 additions, 8 deletions
.github/workflows/ros_ci.yml
cmake
+1
-1
1 addition, 1 deletion
cmake
with
8 additions
and
9 deletions
.github/workflows/ros_ci.yml
+
7
−
8
View file @
ab8c3629
...
@@ -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 }}
This diff is collapsed.
Click to expand it.
cmake
@
7ccfa44f
Compare
b54e1e2f
...
7ccfa44f
Subproject commit
b54e1e2f1c7b369d5e7d328cd5fe43518bd32bc0
Subproject commit
7ccfa44fbe844d7773726ec588dc6eb40f8e8ae5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment