summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 447dec01bd41301c95a46b00fde0362dd8cc86f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: haskell

stages:
  - build

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