~alcinnz/Typograffiti

ref: f415db249e2e2af62dde262cc5c3aa96506cd81f Typograffiti/.gitlab-ci.yml -rw-r--r-- 173 bytes
f415db24 — Schell Scivally gitlab ci 5 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