Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
pinocchio
Commits
6f59e2b7
Verified
Commit
6f59e2b7
authored
Oct 30, 2021
by
Justin Carpentier
Browse files
ci: add support of ccache
parent
73dd5e1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/macos-linux-conda.yml
View file @
6f59e2b7
...
...
@@ -15,6 +15,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1
with
:
key
:
${{ matrix.os }}-${{ matrix.type }}
max-size
:
1G
-
name
:
Checkout submodules
run
:
|
git submodule update --init
...
...
@@ -32,13 +38,15 @@ jobs:
conda activate pinocchio
conda install cmake -c main
conda install llvm-openmp libcxx=11 -c conda-forge
-
name
:
Build Pinocchio
shell
:
bash -l {0}
run
:
|
conda activate pinocchio
echo $CONDA_PREFIX
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
mkdir build
cd build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment