~alcinnz/Typograffiti

ref: 3e126a74d546724c29e1bb2d152b754d676ca670 Typograffiti/.gitlab-ci.yml -rw-r--r-- 173 bytes
3e126a74 — Adrian Cochrane Merge pull request #15 from alcinnz/customized-fonts 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
image: fpco/stack-build:latest
cache:
  paths:
    - .stack/
    - .stack-work/

build:
  stage: build
  script:
    - apt-get update -y
    - stack setup
    - stack build