1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01: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:
Emily Mabrey
2021-09-02 08:01:57 -04:00
committed by Emily Mabrey
parent 4b575a031f
commit 0e6dcf64e3

View File

@@ -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