5 changed files with 87 additions and 0 deletions
@ -0,0 +1,25 @@
@@ -0,0 +1,25 @@
|
||||
image: archlinux |
||||
packages: |
||||
- meson |
||||
- libx11 |
||||
- python |
||||
- ninja |
||||
- librsvg |
||||
- cairo |
||||
- guile |
||||
- lv2lint |
||||
- lv2 |
||||
- libsndfile |
||||
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 |
@ -0,0 +1,25 @@
@@ -0,0 +1,25 @@
|
||||
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 |
||||
cd ext/Soundpipe && CC=gcc make && cd ../.. |
||||
../meson/meson.py build |
||||
- build: | |
||||
cd zplugins |
||||
ninja -C build |
||||
- test: | |
||||
cd zplugins |
||||
ninja -C build test |
@ -0,0 +1,27 @@
@@ -0,0 +1,27 @@
|
||||
image: freebsd/latest |
||||
packages: |
||||
- meson |
||||
- ninja |
||||
- python36 |
||||
- pkgconf |
||||
- libX11 |
||||
- cairo |
||||
- librsvg2 |
||||
- lv2lint |
||||
- lv2 |
||||
- libsndfile |
||||
- guile2 |
||||
- gmake |
||||
sources: |
||||
- https://git.sr.ht/~alextee/zplugins |
||||
tasks: |
||||
- setup: | |
||||
cd zplugins |
||||
cd ext/Soundpipe && gmake && cd ../.. |
||||
meson build |
||||
- build: | |
||||
cd zplugins |
||||
ninja -C build |
||||
- test: | |
||||
cd zplugins |
||||
ninja -C build test |
Loading…
Reference in new issue