Do not test vst3 plugins for now
This commit is contained in:
parent
07eca4326a
commit
8290112680
1 changed files with 11 additions and 11 deletions
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
|
@ -347,14 +347,14 @@ jobs:
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
/usr/lib/carla/carla-bridge-native vst2 ./bin/${p} "" 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native vst2 ./bin/${p} "" 1>/dev/null; \
|
||||||
done
|
done
|
||||||
- name: Test VST3 plugin
|
# - name: Test VST3 plugin
|
||||||
run: |
|
# run: |
|
||||||
for p in $(ls bin/ | grep vst3); do \
|
# for p in $(ls bin/ | grep vst3); do \
|
||||||
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
# env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
||||||
valgrind \
|
# valgrind \
|
||||||
--error-exitcode=255 \
|
# --error-exitcode=255 \
|
||||||
--leak-check=no \
|
# --leak-check=no \
|
||||||
--track-origins=yes \
|
# --track-origins=yes \
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
# --suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
/usr/lib/carla/carla-bridge-native vst3 ./bin/${p} "" 1>/dev/null; \
|
# /usr/lib/carla/carla-bridge-native vst3 ./bin/${p} "" 1>/dev/null; \
|
||||||
done
|
# done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue