Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
770384d9
Commit
770384d9
authored
Oct 27, 2019
by
GILLES Sebastien
Browse files
#177 CI: add Cache to Valgrind target.
parent
106c086c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/analysis.yml
View file @
770384d9
...
...
@@ -5,6 +5,11 @@ valgrind-elasticity:
-
mkdir -p build
-
cd build && python ../Scripts/Tools/run_valgrind_elasticity.py
dependencies
:
[]
cache
:
key
:
"
cache_${CI_PROJECT_ID}_${CI_COMMIT_REF_SLUG}_elasticity"
untracked
:
true
paths
:
-
build
artifacts
:
name
:
"
artifact_${CI_PROJECT_ID}_${CI_COMMIT_REF_SLUG}_${OS}-valgrind-elasticity"
expire_in
:
2 days
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment