Skip to content

Commit

Permalink
Enable dl builds for Travis.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Turrubiates <[email protected]>
  • Loading branch information
Ben Turrubiates committed Jun 13, 2016
1 parent 338fb42 commit 90b150b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ install:
- ./autogen.sh
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$CC" == "gcc" ]]; then ./configure $LIBFABRIC_CONFIGURE_ARGS --enable-debug --enable-verbs && make -j2; fi
- ./configure --prefix=$HOME --enable-direct=sockets --enable-udp=no --enable-psm=no --enable-mxm=no --enable-gni=no --enable-psm2=no --enable-verbs=no --enable-usnic=no --enable-rxm=no && make -j2
- ./configure --enable-sockets=dl --disable-udp --disable-rxm --disable-verbs --disable-usnic --prefix=$HOME && make -j2 && make install && make test
- ./configure $LIBFABRIC_CONFIGURE_ARGS
- make -j2
- make install
Expand Down

0 comments on commit 90b150b

Please sign in to comment.