aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
diff options
context:
space:
mode:
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