diff options
author | Tim Segers <tsegers@pm.me> | 2022-10-10 18:08:23 +0200 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2022-10-10 18:26:26 +0200 |
commit | 2337828095920b8debdb0f8e0337a9d6aad6b55c (patch) | |
tree | 5f2427f6cceed61423d17dccabe626f65e695e04 /.build.yml | |
parent | 5a13248060e51ac11436e9c0aa9f1694998caf54 (diff) | |
download | opendeco-2337828095920b8debdb0f8e0337a9d6aad6b55c.tar.gz |
Add minunit.h with some trivial tests
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |