aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..15056f4
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,13 @@
+image: debian/stable
+packages:
+ - build-essential
+ - clang-format-13
+tasks:
+ - build: |
+ cd opendeco
+ make
+ - check-format: |
+ cd opendeco
+ clang-format-13 -n --Werror *.c *.h
+artifacts:
+ - opendeco/opendeco