mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
travis: build rocksdb also
This commit is contained in:
parent
21fd963906
commit
fd955be92a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user