From 2337828095920b8debdb0f8e0337a9d6aad6b55c Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Mon, 10 Oct 2022 18:08:23 +0200 Subject: Add minunit.h with some trivial tests --- .build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index ea15326..396e525 100644 --- a/.build.yml +++ b/.build.yml @@ -5,11 +5,14 @@ packages: sources: - https://git.sr.ht/~tsegers/opendeco tasks: + - check-format: | + cd opendeco + clang-format-13 -n --Werror *.c *.h - build: | cd opendeco make - - check-format: | + - test: | cd opendeco - clang-format-13 -n --Werror *.c *.h + make test artifacts: - opendeco/opendeco -- cgit v1.2.3-70-g09d2