~alcinnz/Typograffiti

ref: 611a9b485d62d4f54f9e2a02d12c59c3928d2bc0 Typograffiti/.gitlab-ci.yml -rw-r--r-- 173 bytes
611a9b48 — Adrian Cochrane Expose highlevel API for italic & bold text. 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