diff options
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 |