# HG changeset patch # User Reed Wade # Date 1596564616 -7200 # Tue Aug 04 20:10:16 2020 +0200 # Node ID 918ab46ff6acc3093694d7cc806384b4f831bfb8 # Parent e839bd3de56af18e15c3142c5c90f169985d6921 add build manifest diff --git a/.build.yml b/.build.yml new file mode 100644 --- /dev/null +++ b/.build.yml @@ -0,0 +1,15 @@ +image: alpine/edge +packages: + - python3-dev + - py3-virtualenv + - make + - libffi-dev + - openssl-dev +sources: + - hg+ssh://hg@hg.sr.ht/~reedwade/mopidy_multisonic +secrets: + - e78386ff-135f-498c-92ca-847c7b4894d2 # ssh access key +tasks: +- run-tests: | + cd mopidy_multisonic + make test