1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-09-28 21:14:18 +02:00
dspace-statistics-api/build.yml
Alan Orth 819f8e6b0d Add build.yml for sr.ht
Trying to figure out how to run builds on this new platform.

See: https://man.sr.ht/builds.sr.ht/#build-manifests
2019-02-07 17:09:48 +02:00

13 lines
248 B
YAML

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