GUI toolkit for LV2 plugins
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.
 
 
 
 
 
 

20 lines
351 B

image: debian/buster
packages:
- meson
- ninja-build
- python3
- librsvg2-dev
- libx11-dev
- libcairo2-dev
sources:
- https://git.sr.ht/~alextee/ztoolkit
tasks:
- setup: |
cd ztoolkit
meson build -Denable_rsvg=true
- build: |
cd ztoolkit
ninja -C build
- test: |
cd ztoolkit
ninja -C build test