~alcinnz/Typograffiti

ref: 9e66acb40ff09caabd2e12c3f5a61e5696b58dab Typograffiti/.gitlab-ci.yml -rw-r--r-- 173 bytes
9e66acb4 — Adrian Cochrane Expose ability to register externally-loaded fonts with glyph mutate callbacks. 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