~alcinnz/Typograffiti

ref: 01bae44fab3fe1437d2a31b15dbb2c9a8885ffd8 Typograffiti/.gitlab-ci.yml -rw-r--r-- 173 bytes
01bae44f — Schell Carl Scivally Merge pull request #5 from schell/gitlab 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