Commit a2ba6e3a authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch '67-dev-ci' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev

parents 582021f0 320ade0f
...@@ -14,9 +14,22 @@ variables: ...@@ -14,9 +14,22 @@ variables:
#- apt-get install make xz-utils #- apt-get install make xz-utils
stages: stages:
- deps
- docs - docs
- test - test
deps:
cache:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
paths:
- .stack
- .stack-root/
- .stack-work/
- target
script:
- stack build --no-terminal --haddock --no-haddock-deps --only-dependencies --fast
docs: docs:
cache: cache:
# cache per branch name # cache per branch name
...@@ -47,3 +60,4 @@ test: ...@@ -47,3 +60,4 @@ test:
- stack test --no-terminal --fast - stack test --no-terminal --fast
# TOOO # TOOO
Markdown is supported
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