summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-06 13:32:36 +0100
committerEmil Velikov <[email protected]>2017-04-30 09:46:31 +0100
commitf2d91f2065f739321d9de9bb1d66a7ee1c6dbd80 (patch)
tree122fec66166ca6a9647a0861d3ebf6315a158de5 /.travis.yml
parent9a97d9081d9f8efba439b732afbb31a8213fd9f5 (diff)
travis: explicitly LD_LIBRARY_PATH the local libraries
Some of the libraries may be dlopened, which may not always work due to the non-standard prefix that we're using. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Andres Gomez <[email protected]> (cherry picked from commit cb820daa3ff2dcd697144150e2a9daf1a8898117)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d6e44cc419..49158a09fce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,7 @@ env:
- LLVM_PACKAGE="llvm-${LLVM_VERSION} llvm-${LLVM_VERSION}-dev"
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- PKG_CONFIG_PATH=$HOME/prefix/lib/pkgconfig
+ - LD_LIBRARY_PATH="$HOME/prefix/lib:$LD_LIBRARY_PATH"
- MAKEFLAGS=-j2
matrix:
- BUILD=make