diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-11-12 23:06:37 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-11-16 23:06:37 +0100 |
commit | 57c5d8532bfe581df2730137ea8d2282041067a2 (patch) | |
tree | 4ad2d8327028e44d28097cc630748c0716e3934f /.github/workflows/build.yml | |
parent | 869d4de27185e84988617188882e555efdb81531 (diff) |
Test for diff's in flow-analyse CSV generator daemon.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dab2dac6d..f4a447f37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: run: | sudo apt-get update sudo apt-get install autoconf automake cmake libtool pkg-config gettext libjson-c-dev flex bison libpcap-dev zlib1g-dev - sudo apt-get install ${{ matrix.compiler }} lcov + sudo apt-get install ${{ matrix.compiler }} lcov iproute2 - name: Install Ubuntu Prerequisites (libgcrypt) if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.ndpid_gcrypt, '-DNDPI_WITH_GCRYPT=ON') run: | @@ -83,6 +83,7 @@ jobs: run: | cd ./build && cpack -G DEB && sudo dpkg -i nDPId-*.deb && cd .. - name: systemd test + if: startsWith(matrix.os, 'ubuntu-latest') && startsWith(matrix.compiler, 'default-cc') run: | sudo systemctl daemon-reload sudo systemctl enable ndpid@lo |