aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.build.yml b/.build.yml
index 15056f4..ea15326 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,12 +2,14 @@ image: debian/stable
packages:
- build-essential
- clang-format-13
+sources:
+ - https://git.sr.ht/~tsegers/opendeco
tasks:
- - build: |
- cd opendeco
- make
- - check-format: |
- cd opendeco
- clang-format-13 -n --Werror *.c *.h
+ - build: |
+ cd opendeco
+ make
+ - check-format: |
+ cd opendeco
+ clang-format-13 -n --Werror *.c *.h
artifacts:
- - opendeco/opendeco
+ - opendeco/opendeco