summaryrefslogtreecommitdiff
path: root/minici.yaml
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2023-04-25 22:43:10 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2023-04-25 22:43:10 +0200
commitdc6d2a50104b6fb871fae0cdadc7c1bc487d8743 (patch)
tree1c982b547130092de4fe5c17bb573152f374c66c /minici.yaml
parent0df63b1197b49cd036d09b4d2493eed8e3d598a4 (diff)
MiniCI configuration file
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