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.
26 lines
419 B
26 lines
419 B
image: freebsd/latest |
|
packages: |
|
- meson |
|
- ninja |
|
- python36 |
|
- pkgconf |
|
- libX11 |
|
- cairo |
|
- librsvg2 |
|
- lv2lint |
|
- lv2 |
|
- libsndfile |
|
- guile |
|
sources: |
|
- https://git.sr.ht/~alextee/zplugins |
|
tasks: |
|
- setup: | |
|
cd zplugins |
|
cd ext/Soundpipe && CC=gcc make && cd ../.. |
|
meson build |
|
- build: | |
|
cd zplugins |
|
ninja -C build |
|
- test: | |
|
cd zplugins |
|
ninja -C build test
|
|
|