summaryrefslogtreecommitdiff
path: root/minici.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'minici.yaml')
-rw-r--r--minici.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/minici.yaml b/minici.yaml
new file mode 100644
index 0000000..333878c
--- /dev/null
+++ b/minici.yaml
@@ -0,0 +1,13 @@
+job build:
+ shell:
+ - cabal build -fci
+ - 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