mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Disable Vamp plugins on Alpine CI
The dependency vamp-sdk is not stable and so we must disable support for now Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
This commit is contained in:
parent
4b575a031f
commit
0e6dcf64e3
@ -31,5 +31,5 @@ tasks:
|
||||
../configure --with-gtk --disable-xlocale
|
||||
make -j2
|
||||
sudo make install
|
||||
- configure: cmake -G Ninja -S tenacity -B build
|
||||
- configure: cmake -G Ninja -S tenacity -B build -D USE_VAMP=OFF
|
||||
- build: cmake --build build
|
||||
|
Loading…
x
Reference in New Issue
Block a user