aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2022-10-09 15:15:52 +0200
committerGravatar Tim Segers <tsegers@pm.me>2022-10-09 15:15:52 +0200
commitce4162f5a742054f86f87fb2c958a984a44f3df9 (patch)
tree74c500481dc7f700a9416315232a59bd110a6463
parent3a360a7dc3f3f992b69f8d2f418da15efdbbac7f (diff)
downloadopendeco-ce4162f5a742054f86f87fb2c958a984a44f3df9.tar.gz
Add sources to .build.yml so that mailing list patches build
-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