diff --git a/build.yml b/build.yml new file mode 100644 index 0000000..cf0bc71 --- /dev/null +++ b/build.yml @@ -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