Skip to content

Commit

Permalink
travis: restore config to build rocksdb from src.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Zhong committed Mar 15, 2018
1 parent d5617a7 commit 6afe125
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ install:
- wget https://github.com/facebook/rocksdb/archive/v5.11.3.tar.gz
- tar -xvf v5.11.3.tar.gz
- cd rocksdb-5.11.3
- make clean
- make shared_lib
- sudo cp --preserve=links ./librocksdb.* /usr/lib/
- sudo cp -r ./include/rocksdb/ /usr/include/
- popd
- sudo install native-lib/* /usr/local/lib
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo /sbin/ldconfig ; fi
- dep ensure
- sudo install nf/nvm/native-lib/* /usr/local/lib
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo /sbin/ldconfig ; fi
Expand Down

0 comments on commit 6afe125

Please sign in to comment.