From dc6d2a50104b6fb871fae0cdadc7c1bc487d8743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 25 Apr 2023 22:43:10 +0200 Subject: MiniCI configuration file --- minici.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 minici.yaml (limited to 'minici.yaml') 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 -- cgit v1.2.3