~alcinnz/Typograffiti

ref: master Typograffiti/.gitlab-ci.yml -rw-r--r-- 269 bytes
5e06835d — Adrian Cochrane Further explain dependencies (#9) 2 years ago
                                                                                
c42a2660 Schell Scivally
a93c5474 Schell Scivally
c42a2660 Schell Scivally
c8e0b8e4 Schell Carl Scivally
f415db24 Schell Scivally
c8e0b8e4 Schell Carl Scivally
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