travis: build rocksdb also

This commit is contained in:
Jacek Sieka 2018-08-21 10:46:10 -06:00
parent 21fd963906
commit fd955be92a
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ matrix:
cache: ccache
sudo: required
before_install:
- sudo apt-get install -y libssl-dev librocksdb-dev
- sudo apt-get install -y libssl-dev libgflags-dev libsnappy-dev
- git clone https://github.com/facebook/rocksdb.git
- cd rocksdb && make shared_lib && sudo make install && cd ..
- git clone https://github.com/status-im/nim.git
- cd nim
- sh build_all.sh