aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2022-10-10 18:08:23 +0200
committerGravatar Tim Segers <tsegers@pm.me>2022-10-10 18:26:26 +0200
commit2337828095920b8debdb0f8e0337a9d6aad6b55c (patch)
tree5f2427f6cceed61423d17dccabe626f65e695e04 /.build.yml
parent5a13248060e51ac11436e9c0aa9f1694998caf54 (diff)
downloadopendeco-2337828095920b8debdb0f8e0337a9d6aad6b55c.tar.gz
Add minunit.h with some trivial tests
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml7
1 files changed, 5 insertions, 2 deletions
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