~alcinnz/Typograffiti

ref: e75651a82ba9558f52c5cd37f5e3859f109a1ca3 Typograffiti/.gitlab-ci.yml -rw-r--r-- 173 bytes
e75651a8 — Adrian Cochrane Upgrade API Usage, fixing build (#10) 2 years ago
                                                                                
c42a2660 Schell Scivally
a93c5474 Schell Scivally
c42a2660 Schell Scivally
f415db24 Schell Scivally
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