Add sourcehut CI
This commit is contained in:
13
.build.yml
Normal file
13
.build.yml
Normal 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
|
Reference in New Issue
Block a user