~alcinnz/Typograffiti

ref: c8e0b8e470f8fc4f994f2538f5f3c1bb66106a42 Typograffiti/.gitlab-ci.yml -rw-r--r-- 269 bytes
c8e0b8e4 — Schell Carl Scivally More abstract (#6) 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: fpco/stack-build:latest
cache:
  paths:
    - .stack/
    - .stack-work/

build:
  stage: build
  script:
    - apt-get update -y
    - stack setup
    - stack install cabal-install
    - stack build
    - stack haddock --haddock-deps --haddock-hyperlink-source