From 94c718dc3d982a606800909df5fbc57884156ca2 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Thu, 26 Apr 2018 10:36:23 +0200 Subject: [PATCH] Travis-CI: show 'ldd' output in build logs --- extras/build-tests/nix/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/build-tests/nix/build b/extras/build-tests/nix/build index deb3b75e7..4ccc45577 100755 --- a/extras/build-tests/nix/build +++ b/extras/build-tests/nix/build @@ -25,6 +25,8 @@ echo "***********************************************" echo "UnrealIRCd build & install successful." echo "***********************************************" +ldd ~/unrealircd/bin/unrealircd + if [ "$BUILDCONFIG" = "local-curl" ]; then # We broke the system significantly earlier that build tests # won't work (eg: 'git' is uninstallable). Don't bother