Run lv2lint through xvfb-run

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-08-20 23:11:59 +01:00
parent 5ef1fc8746
commit 69cd61d9ae
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 9 additions and 2 deletions

View file

@ -1066,6 +1066,13 @@ jobs:
make NOOPT=true SKIP_STRIPPING=true -j $(nproc)
- name: Run Cardinal self-tests
run: |
#xvfb-run valgrind \
#--gen-suppressions=all \
#--exit-on-first-error=yes \
#--error-exitcode=255 \
#--leak-check=no \
#--track-origins=yes \
#--suppressions=./dpf/utils/valgrind-dpf.supp
xvfb-run ./bin/Cardinal selftest
- name: Validate LV2 ttl syntax
run: |
@ -1082,7 +1089,7 @@ jobs:
cp -r bin/CardinalFX.lv2 bin/CardinalSynth.lv2 \
/usr/lib/lv2/{atom,buf-size,core,data-access,kx-control-input-port-change-request,kx-programs,instance-access,midi,mod,parameters,port-groups,port-props,options,patch,presets,resize-port,state,time,ui,units,urid,worker}.lv2 \
${LV2_PATH}
lv2lint -s lv2_generate_ttl -l ld-linux-x86-64.so.2 -M nopack $(lv2ls)
xvfb-run lv2lint -s lv2_generate_ttl -l ld-linux-x86-64.so.2 -M nopack $(lv2ls)
- name: Test LV2 plugin
run: |
export LV2_PATH=/tmp/lv2-path