File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments