summaryrefslogtreecommitdiff
path: root/minici.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'minici.yaml')
-rw-r--r--minici.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/minici.yaml b/minici.yaml
new file mode 100644
index 0000000..b52b3d9
--- /dev/null
+++ b/minici.yaml
@@ -0,0 +1,15 @@
+job build:
+ shell:
+ - make CC=gcc CFLAGS=-Werror CXXFLAGS=-Werror
+ artifact erebos:
+ path: build/src/erebos
+
+job clang:
+ shell:
+ - make CC=clang CFLAGS=-Werror CXXFLAGS=-Werror
+
+job test:
+ uses:
+ - build.erebos
+ shell:
+ - erebos-tester -v