Skip to content

Commit

Permalink
linux_and_macos.yml: Let make continue on errors to improve reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Dec 23, 2024
1 parent d36828a commit 0871427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: '[LV] Run "make"'
run: |-
make -C build_lv -j2 VERBOSE=1
make -C build_lv -j2 -k VERBOSE=1
- name: '[LV] Run "make install"'
run: |-
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
run: |-
set -x -o pipefail
make -C build_plugins -j2 VERBOSE=1
make -C build_plugins -j2 -k VERBOSE=1
# Detect and deny underlinking
! find -name \*.so | sort | xargs ldd -r | grep -F 'undefined symbol'
Expand Down

0 comments on commit 0871427

Please sign in to comment.