travis - extend library search path in order to find libnglib.so at runtime

This commit is contained in:
wmayer
2019-11-26 17:23:29 +01:00
parent 493a6d8f4e
commit 57aa0cdb5c

View File

@@ -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