Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
gitlab-ci: Use cache dir for cabal store
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed Oct 26, 2018
1 parent f1c5752 commit f83e613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ stages:

.before_script_template: &common_before_script
before_script:
- mkdir -p ~/.cabal /cache/store
- rm -rf ~/.cabal/store
- ln -s /cache/store ~/.cabal/store
- ls -l ..
- mkdir -p ../ghc-mod.sdist-$CI_PIPELINE_ID
- cabal update
Expand Down

0 comments on commit f83e613

Please sign in to comment.