summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 81a7cc249dd9a3e96eceb33d570f6bc37cce557a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: haskell:8.10.7

stages:
  - build

build-job:
  stage: build
  script:
    - stack build --install-ghc
    - mkdir dist
    - cp .stack-work/install/x86_64-linux-tinfo6/*/*/bin/walint dist
    - cp config.json dist
  artifacts:
    paths:
      - dist