This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix lv2 tests
Signed-off-by: falkTX <falktx@falktx.com>
pull/327/head
falkTX
3 years ago
parent
b9270eea59
commit
03fb16c1bf
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/example-plugins.yml
+ 1
- 0
.github/workflows/example-plugins.yml
View File
@@ -300,6 +300,7 @@ jobs:
done
- name: Test LV2 plugins
run: |
export LV2_PATH=/tmp/lv2-path
for p in $(lv2ls); do \
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
valgrind \
Write
Preview
Loading…
Cancel
Save