1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-09 13:25:09 +02:00

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
This commit is contained in:
Alan Orth 2018-11-16 12:26:46 +02:00
parent c79e50a364
commit 819f8e6b0d

12
build.yml Normal file
View File

@ -0,0 +1,12 @@
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