Skip to content

Commit c716264

Browse files
authored
Merge pull request #2099 from ggouaillardet/topic/v2.0.x/travis_misc
v2.0.x: misc travis config update
2 parents d87d3e6 + 832b4f5 commit c716264

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
global:
4141
- AM_MAKEFLAGS="-j4"
4242
- CPPFLAGS="-I$HOME/bogus/include"
43-
- LDFLAGS="-I$HOME/bogus/lib"
43+
- LDFLAGS="-L$HOME/bogus/lib"
4444
- LD_LIBRARY_PATH="$HOME/bogus/lib"
4545
matrix:
4646
- GCC_VERSION=default
@@ -56,7 +56,8 @@ before_install:
5656
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git clone https://github.com/ofiwg/libfabric.git ; fi
5757
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$GCC_VERSION" == "6" ]] ; then sudo apt-get --assume-yes install gcc-6 g++-6 gfortran-6; fi
5858
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd libfabric && ./autogen.sh && ./configure --prefix=$HOME/bogus --enable-usnic --disable-verbs $COMPILERS && make install && cd .. ; fi
59-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$GCC_VERSION" == "6" ]] ; then brew update; brew upgrade automake libtool gcc; fi
59+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew upgrade automake libtool; fi
60+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$GCC_VERSION" == "6" ]] ; then brew upgrade gcc; fi
6061
- mkdir -p $HOME/bogus/include $HOME/bogus/lib
6162

6263
# Note that we use "make -k" to do the entire build, even if there was a

0 commit comments

Comments
 (0)