aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26fcb23..2df9fa6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,10 @@
cache:
paths:
- - node_modules
+ - .stack-work
- output
+ - node_modules
- bower_components
- - _cache
- - .stack
+ - yarn.lock
stages:
- install_purescript
@@ -29,12 +29,12 @@ prepare_site:
- export STACK_ROOT=`pwd`/.stack
- stack setup
- stack install --only-dependencies
+ - stack build
pages:
image: haskell:latest
stage: pages
script:
- - stack build
- stack exec cooking build
artifacts:
paths: