Skip to content
Snippets Groups Projects
Commit 97226e0c authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

CI caching

parent c7dabdb5
No related branches found
No related tags found
1 merge request!31CI caching
......@@ -3,6 +3,15 @@ stages:
- docs
- deploy
variables:
JULIA_DEPOT_PATH: "$CI_PROJECT_DIR/.julia"
cache:
paths:
- $JULIA_DEPOT_PATH
key: "$CI_COMMIT_REF_SLUG"
before_script:
# workaround for https://github.com/JuliaDocs/Documenter.jl/issues/686
- apt-get -qq update; apt-get -y install git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment