microblog.pub/.build.yml

14 lines
250 B
YAML
Raw Normal View History

2022-07-01 18:46:20 +02:00
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