Set CARLA_DO_NOT_USE_JUCE_FOR_VST2 for vst2 CI tests
This commit is contained in:
parent
ac6cfaf16e
commit
aafc654302
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -355,6 +355,8 @@ jobs:
|
||||||
/usr/lib/carla/carla-bridge-native lv2 "" ${p} 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native lv2 "" ${p} 1>/dev/null; \
|
||||||
done
|
done
|
||||||
- name: Test VST2 plugin
|
- name: Test VST2 plugin
|
||||||
|
env:
|
||||||
|
CARLA_DO_NOT_USE_JUCE_FOR_VST2: 1
|
||||||
run: |
|
run: |
|
||||||
for p in $(ls bin/*.vst/*.so); do \
|
for p in $(ls bin/*.vst/*.so); do \
|
||||||
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue