mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 16:30:17 +00:00
Cassandra: fix compilation when "--enable-debug-messages" option is used (#1294)
Let's try adding a dedicated compilation in GitHub Actions to easily detect this kind of errors in the future
This commit is contained in:
parent
083e464929
commit
951bcb0c39
2 changed files with 5 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -23,6 +23,10 @@ jobs:
|
|||
run: ./tests/do.sh
|
||||
- name: Test UNIT
|
||||
run: ./tests/unit/unit
|
||||
- name: Configure (with debug logs)
|
||||
run: make distclean && env CFLAGS='-Werror' ./autogen.sh --enable-debug-messages
|
||||
- name: Build
|
||||
run: make all
|
||||
- name: Configure ARM
|
||||
run: make distclean && env CFLAGS='-Werror' ./autogen.sh --host=arm-linux-gnueabihf --with-only-libndpi
|
||||
- name: Build ARM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue