Skip to content

Commit c2fcdfe

Browse files
committed
Update plugin-validation CI step
Signed-off-by: falkTX <falktx@falktx.com>
1 parent dfb060b commit c2fcdfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,17 +309,17 @@ jobs:
309309
- name: Set up dependencies
310310
run: |
311311
# custom repos
312-
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_10.0.3_all.deb
313-
sudo dpkg -i kxstudio-repos_10.0.3_all.deb
312+
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_11.1.0_all.deb
313+
sudo dpkg -i kxstudio-repos_11.1.0_all.deb
314314
sudo apt-get update -qq
315315
# build-deps
316316
sudo apt-get install -yqq libasound2-dev libcairo2-dev libdbus-1-dev libgl1-mesa-dev liblo-dev libpulse-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
317317
# runtime testing
318-
sudo apt-get install -yqq carla-git lilv-utils lv2-dev lv2lint valgrind
318+
sudo apt-get install -yqq carla-git lilv-utils lv2-dev lv2lint kxstudio-lv2-extensions mod-lv2-extensions valgrind xvfb
319319
- name: Build plugins
320320
env:
321321
CFLAGS: -g
322-
CXXFLAGS: -g -DDPF_ABORT_ON_ERROR
322+
CXXFLAGS: -g -DDPF_ABORT_ON_ERROR -DDPF_RUNTIME_TESTING
323323
LDFLAGS: -static-libgcc -static-libstdc++
324324
run: |
325325
make features

0 commit comments

Comments
 (0)