Build manifest for sr.ht CI

This commit is contained in:
Chris Cannam
2020-12-01 10:22:11 +00:00
parent 58fc334e90
commit d140f026d2

18
.build.yml Normal file
View File

@@ -0,0 +1,18 @@
image: ubuntu/18.04
packages:
- pkg-config
- libsamplerate0-dev
- libsndfile1-dev
- libfftw3-dev
- ladspa-sdk
- vamp-plugin-sdk
sources:
- hg+https://hg.sr.ht/~breakfastquay/rubberband
tasks:
- setup: |
cd rubberband
./configure
- build: |
cd rubberband
make