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:
#- apt-get install make xz-utils
stages:
- deps
- docs
- 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:
cache:
# cache per branch name
......@@ -47,3 +60,4 @@ test:
- stack test --no-terminal --fast
# 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