aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2022-10-06 15:35:13 +0200
committerGravatar Tim Segers <tsegers@pm.me>2022-10-06 15:56:33 +0200
commitcdd840de6664c8caecb1ecd35540605c30c1e978 (patch)
treee1a7af75b2541c6620bd698258d09692dcc72ba8 /.build.yml
parent016d7f4ef08f9797be7cadad1991a69aaec422e2 (diff)
downloadopendeco-cdd840de6664c8caecb1ecd35540605c30c1e978.tar.gz
Add .build.yml
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