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
d01ee847
Verified
Commit
d01ee847
authored
3 years ago
by
Justin Carpentier
Browse files
Options
Downloads
Patches
Plain Diff
ci: use ccache
parent
e2b70f00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#15878
passed with warnings
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/macos-linux-conda.yml
+10
-5
10 additions, 5 deletions
.github/workflows/macos-linux-conda.yml
with
10 additions
and
5 deletions
.github/workflows/macos-linux-conda.yml
+
10
−
5
View file @
d01ee847
...
@@ -4,8 +4,10 @@ on: [push,pull_request]
...
@@ -4,8 +4,10 @@ on: [push,pull_request]
jobs
:
jobs
:
eigenpy-conda
:
eigenpy-conda
:
name
:
CI
- EigenPy
on ${{ matrix.os }} via Conda
name
:
CI on ${{ matrix.os }} via Conda
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
env
:
CCACHE_DIR
:
/github/home/.ccache
# Enable ccache
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
...
@@ -14,10 +16,8 @@ jobs:
...
@@ -14,10 +16,8 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
with
:
-
name
:
Checkout submodules
submodules
:
recursive
run
:
|
git submodule update --init
-
uses
:
conda-incubator/setup-miniconda@v2
-
uses
:
conda-incubator/setup-miniconda@v2
with
:
with
:
...
@@ -26,6 +26,11 @@ jobs:
...
@@ -26,6 +26,11 @@ jobs:
environment-file
:
.github/workflows/conda/environment.yml
environment-file
:
.github/workflows/conda/environment.yml
python-version
:
3.8
python-version
:
3.8
-
uses
:
actions/cache@v2
with
:
path
:
${{ env.CCACHE_DIR }}
key
:
ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
-
name
:
Install cmake and update conda
-
name
:
Install cmake and update conda
shell
:
bash -l {0}
shell
:
bash -l {0}
run
:
|
run
:
|
...
...
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