ci: print shared object deps for all FNM stuff
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3ad82e825e
commit
95f1f21be3
26
.drone.yml
26
.drone.yml
@ -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: {}
|
||||
|
Loading…
Reference in New Issue
Block a user