travis: build specific rocksdb version and install in /usr
This commit is contained in:
parent
fd955be92a
commit
5de3fc761c
|
@ -13,7 +13,8 @@ matrix:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y libssl-dev libgflags-dev libsnappy-dev
|
- sudo apt-get install -y libssl-dev libgflags-dev libsnappy-dev
|
||||||
- git clone https://github.com/facebook/rocksdb.git
|
- git clone https://github.com/facebook/rocksdb.git
|
||||||
- cd rocksdb && make shared_lib && sudo make install && cd ..
|
# rocksdb not present on trusty - on a newer ubuntu you can apt-get install -y librocksdb-dev
|
||||||
|
- cd rocksdb && git checkout v5.14.2 && make shared_lib -j$(nproc) && sudo make INSTALL_PATH=/usr install-shared && 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…
Reference in New Issue