You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
543 B
27 lines
543 B
image: debian/buster |
|
packages: |
|
- meson |
|
- ninja-build |
|
- python3 |
|
- librsvg2-dev |
|
- libx11-dev |
|
- libcairo2-dev |
|
- lv2-dev |
|
- libsndfile1-dev |
|
- guile-2.0 |
|
sources: |
|
- https://git.sr.ht/~alextee/zplugins |
|
- https://github.com/mesonbuild/meson |
|
tasks: |
|
- setup: | |
|
cd zplugins |
|
../meson/meson.py build -Dlv2_core_path=/usr/lib/lv2 |
|
- build: | |
|
cd zplugins |
|
ninja -C build |
|
- test: | |
|
cd zplugins |
|
ninja -C build test |
|
- install: | |
|
cd zplugins |
|
DESTDIR=/tmp/zplugins ninja -C build install
|
|
|