summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWander Hillen <wjw.hillen@gmail.com>2020-09-13 22:26:54 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-14 17:46:54 -0400
commit5ae8212c3d2f284bc18a562625be3f4640984497 (patch)
treef69fa44bf5ea235540d459866312c2d37e5ffea5
parent35a7b7ecabeba39e53d6dea78ecc2d3eca8b1b24 (diff)
downloadhaskell-5ae8212c3d2f284bc18a562625be3f4640984497.tar.gz
Populate gitlab cache after building
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5170243dd4..65cdcc2926 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -267,6 +267,8 @@ hadrian-ghc-in-ghci:
- ./configure $CONFIGURE_ARGS
# Load ghc-in-ghci then immediately exit and check the modules loaded
- echo ":q" | hadrian/ghci -j`mk/detect-cpu-count.sh`| tail -n2 | grep "Ok,"
+ after_script:
+ - cp -Rf $HOME/.cabal cabal-cache
cache:
key: hadrian-ghci
paths: