mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-27 12:35:00 +00:00
travis: build rocksdb also
This commit is contained in:
parent
21fd963906
commit
fd955be92a
@ -11,7 +11,9 @@ matrix:
|
|||||||
cache: ccache
|
cache: ccache
|
||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
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
|
- git clone https://github.com/status-im/nim.git
|
||||||
- cd nim
|
- cd nim
|
||||||
- sh build_all.sh
|
- sh build_all.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user