From 10be506ffa96645744553978ee0575d6fc637b61 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 1 Jul 2022 18:46:20 +0200 Subject: [PATCH] Add sourcehut CI --- .build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..8a92d72 --- /dev/null +++ b/.build.yml @@ -0,0 +1,13 @@ +image: image: alpine/latest +sources: +- https://git.sr.ht/~tsileo/microblog.pub +packages: +- python3-dev +- python3-pip +- poetry +tasks: + - tests | + cd microblog.pub + poetry install --no-interaction + poetry run inv lint + poetry run inv tests