From 819f8e6b0df81ca13ae73a8b64b5aef8553bb242 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 16 Nov 2018 12:26:46 +0200 Subject: [PATCH] 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 --- build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build.yml 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