~alcinnz/Typograffiti

ref: a93c547436a67522e091c34d7c2ec6bd5be9c517 Typograffiti/.gitlab-ci.yml -rw-r--r-- 155 bytes
a93c5474 — Schell Scivally gitlab ci 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
image: fpco/stack-build:latest
cache:
  paths:
    - .stack/
    - .stack-work/

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