Files
librubberband/.build.yml

26 lines
460 B
YAML
Raw Normal View History

2021-02-09 12:06:07 +00:00
image: ubuntu/20.04
2020-12-01 10:22:11 +00:00
packages:
- pkg-config
- libsamplerate0-dev
- libsndfile1-dev
- libfftw3-dev
- ladspa-sdk
- vamp-plugin-sdk
2021-02-09 12:06:07 +00:00
- meson
- ninja-build
2020-12-01 10:22:11 +00:00
sources:
- hg+https://hg.sr.ht/~breakfastquay/rubberband
tasks:
- setup: |
cd rubberband
2021-02-09 12:06:07 +00:00
meson build
2020-12-01 10:22:11 +00:00
- build: |
cd rubberband
2021-02-09 12:06:07 +00:00
ninja -C build
./otherbuilds/check.sh
2020-12-01 10:31:25 +00:00
triggers:
- action: email
condition: always
to: chris.cannam@breakfastquay.com