1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-26 16:13:47 +02:00
dspace-statistics-api/build.yml

13 lines
248 B
YAML
Raw Normal View History

image: archlinux
packages:
- python-pipenv
sources:
- https://git.sr.ht/~alanorth/dspace-statistics-api
tasks:
- setup: |
cd dspace-statistics-api
pipenv install
- build: |
cd dspace-statistics-api
pipenv run pytest