Skip to content
Snippets Groups Projects
Commit fd8446ef authored by Gab's avatar Gab
Browse files

try to use cache for keeping compilation between stages CI

parent 26db11e9
No related branches found
No related tags found
No related merge requests found
variables: variables:
GIT_CLONE_PATH: $SCRATCHDIR/abs/$CI_COMMIT_SHORT_SHA GIT_CLONE_PATH: $SCRATCHDIR/abs/$CI_COMMIT_SHORT_SHA
GIT_CLEAN_FLAGS: none
stages: stages:
- download - download
...@@ -51,6 +50,8 @@ stages: ...@@ -51,6 +50,8 @@ stages:
dl-smilei: dl-smilei:
<<: *smilei <<: *smilei
<<: *download-app <<: *download-app
cache:
paths: [Smilei/Smilei/]
compile-smilei: compile-smilei:
<<: *smilei <<: *smilei
<<: *compile-app <<: *compile-app
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment