File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ compiler:
66 - gcc
77 - clang
88env :
9- - DEBUG="debug" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
10- - DEBUG="nodebug" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
11- - LINKING="static" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
9+ - DEBUG="debug"
10+ - DEBUG="nodebug"
11+ - LINKING="static"
1212before_install :
13+ - export LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
14+ - export PATH=$PATH:/usr/local/lib
15+ - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
16+ - export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/lib
1317 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install info install-info; fi
1418 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install cpp-coveralls; fi
1519 - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install gcovr; fi
You can’t perform that action at this time.
0 commit comments