From 57aa0cdb5ce0a0bc43bd656fc2395e13621c6be3 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 26 Nov 2019 17:23:29 +0100 Subject: [PATCH] travis - extend library search path in order to find libnglib.so at runtime --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 21ddd47678..24c5feb1f4 100755 --- a/.travis.yml +++ b/.travis.yml @@ -166,6 +166,7 @@ before_install: export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start + export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/netgen/:$LD_LIRBARY_PATH export CCACHE_CPP2=YES if [[ ${PYTHON_MAJOR_VERSION} == 2 ]] then