We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd3fd1 commit 3fe90d3Copy full SHA for 3fe90d3
.travis.yml
@@ -6,9 +6,9 @@ compiler:
6
- gcc
7
- clang
8
env:
9
- - DEBUG="debug"
10
- - DEBUG="nodebug"
11
- - LINKING="static"
+ - DEBUG="debug" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
+ - DEBUG="nodebug" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
+ - LINKING="static" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
12
before_install:
13
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install info install-info; fi
14
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install cpp-coveralls; fi
0 commit comments