This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
19
Wiki
Activity
Browse Source
CI: Skip CardinalNative build on pluginval target
Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX
2 years ago
parent
2e5bc3c7dc
commit
ea41e4de86
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build.yml
+ 1
- 1
.github/workflows/build.yml
View File
@@ -1195,7 +1195,7 @@ jobs:
WITH_LTO: false
run: |
make features
make NOOPT=true SKIP_STRIPPING=true -j 1
make NOOPT=true SKIP_STRIPPING=true
jack lv2 vst2 vst3 clap
-j 1
- name: Run Cardinal self-tests
run: |
# --exit-on-first-error=yes
Write
Preview
Loading…
Cancel
Save