From ce4162f5a742054f86f87fb2c958a984a44f3df9 Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Sun, 9 Oct 2022 15:15:52 +0200 Subject: Add sources to .build.yml so that mailing list patches build --- .build.yml | 16 +++++++++------- 1 file 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 -- cgit v1.2.3-70-g09d2