~alcinnz/Typograffiti

ref: 7f7ef85aea3911cbe350ec0f313623908d3053fe Typograffiti/.gitlab-ci.yml -rw-r--r-- 173 bytes
7f7ef85a — Adrian Cochrane Integrate glyph-mutating callback into atlas preparation. 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