travis: add /usr/local/bin to PATH and remove useless LD_LIBRARY_PATH.
This commit is contained in:
@ -4,7 +4,6 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
env:
|
env:
|
||||||
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
||||||
- LD_LIBRARY_PATH=$PWD/lib:/usr/local/lib
|
|
||||||
script:
|
script:
|
||||||
- ./configure --enable-tests --enable-debug && make -j16 && make check
|
- ./configure --enable-tests --enable-debug && make -j16 && make check
|
||||||
before_install:
|
before_install:
|
||||||
|
@ -5,5 +5,6 @@ set -e
|
|||||||
for f in bin/*; do
|
for f in bin/*; do
|
||||||
export PATH=$PWD/$f:$PATH
|
export PATH=$PWD/$f:$PATH
|
||||||
done
|
done
|
||||||
|
export PATH=$PATH:/usr/local/bin
|
||||||
export LD_PRELOAD=$PWD/lib/libxbps.so
|
export LD_PRELOAD=$PWD/lib/libxbps.so
|
||||||
kyua test -k tests/xbps/Kyuafile
|
kyua test -k tests/xbps/Kyuafile
|
||||||
|
Reference in New Issue
Block a user