CI: only skip stripping of standalone
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
bda79d525d
commit
1632dc88d3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue