diff options
Diffstat (limited to 'minici.yaml')
| -rw-r--r-- | minici.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/minici.yaml b/minici.yaml new file mode 100644 index 0000000..68e6959 --- /dev/null +++ b/minici.yaml @@ -0,0 +1,13 @@ +job build: + shell: | + cabal build --ghc-options='-Werror -Wno-error=unused-imports' + 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 |