summaryrefslogtreecommitdiff
path: root/minici.yaml
blob: 2ff317b1f8ab84bafc317f2bbcd26f81f14e3b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
job build:
  shell:
    - cabal build
    - mkdir build
    - cp $(cabal list-bin erebos) build/erebos
  artifact erebos:
    path: build/erebos

job test:
  uses:
    - build.erebos
  shell:
    - EREBOS_TEST_TOOL='build/erebos test' erebos-tester -v