1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-02-22 15:07:40 +01:00

Add sourcehut CI

This commit is contained in:
Thomas Sileo 2022-07-01 18:46:20 +02:00
parent d798241e6a
commit 10be506ffa

13
.build.yml Normal file
View File

@ -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