mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Added build manifest for SourceHut.
This commit is contained in:
parent
f8cc0f4cb3
commit
027d3a57f4
1 changed files with 12 additions and 0 deletions
12
.builds/debian.yml
Normal file
12
.builds/debian.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
image: debian/sid
|
||||||
|
sources:
|
||||||
|
- https://git.sr.ht/~cedric/Stegano
|
||||||
|
tasks:
|
||||||
|
- setup: |
|
||||||
|
pip install pipenv
|
||||||
|
pipenv imstall
|
||||||
|
pipenv install --dev
|
||||||
|
- tests: |
|
||||||
|
nosetests --with-coverage --cover-package=stegano
|
||||||
|
- typecheck: |
|
||||||
|
python tools/run_mypy.py
|
Loading…
Add table
Reference in a new issue