ci: print shared object deps for all FNM stuff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-04-17 00:54:03 +02:00
parent 3ad82e825e
commit 95f1f21be3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -90,11 +90,22 @@ steps:
- cd src
- cmake -DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS -Wall -Werror -Wextra -Wno-reorder -Wno-unused-variable -Wno-unused-parameter -Wno-sign-compare -Wno-unused-but-set-variable -Wno-format-truncation -Wno-implicit-fallthrough -Wno-type-limits -Wno-class-memaccess -Wno-stringop-truncation"
- make clean fastnetmon all
- ldd fastnetmon
when:
status: [success, failure]
depends_on: [build-install nDPI, apply-patch]
- name: print shared object deps
pull: if-not-exists
image: immawanderer/archlinux-cdev:latest
volumes:
- name: usrcache
path: /usr
commands:
- ldd src/fastnetmon
- ldd src/fastnetmon_api_client
- ldd src/fastnetmon_client
depends_on: [build fastnetmon]
volumes:
- name: usrcache
temp: {}
@ -177,11 +188,22 @@ steps:
- cd src
- cmake -DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS -Wall -Werror -Wextra -Wno-reorder -Wno-unused-variable -Wno-unused-parameter -Wno-sign-compare -Wno-unused-but-set-variable -Wno-format-truncation -Wno-implicit-fallthrough -Wno-type-limits -Wno-class-memaccess -Wno-stringop-truncation"
- make clean fastnetmon all
- ldd fastnetmon
when:
status: [success, failure]
depends_on: [build-install nDPI, apply-patch]
- name: print shared object deps
pull: if-not-exists
image: fedora:34
volumes:
- name: usrcache
path: /usr
commands:
- ldd src/fastnetmon
- ldd src/fastnetmon_api_client
- ldd src/fastnetmon_client
depends_on: [build fastnetmon]
volumes:
- name: usrcache
temp: {}