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
20
Wiki
Activity
Browse Source
CI: only skip stripping of standalone
Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX
3 years ago
parent
bda79d525d
commit
1632dc88d3
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.github/workflows/build.yml
+ 2
- 1
.github/workflows/build.yml
View File
@@ -1215,7 +1215,8 @@ jobs:
WITH_LTO: false
run: |
make features
make NOOPT=true SKIP_STRIPPING=true -j 1
make NOOPT=true SKIP_STRIPPING=true -j 1 -C src jack
make NOOPT=true -j 1
./dpf/utils/generate-ttl.sh
- name: Run Cardinal self-tests
run: |
Write
Preview
Loading…
Cancel
Save