Update travis build process

This commit is contained in:
sfan5
2018-03-25 13:52:51 +02:00
parent a8f7b47000
commit 405951f8f6
2 changed files with 8 additions and 13 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash -e
CXX=g++-6
[ $CC == "clang" ] && CXX=clang++-3.8
CXX=g++-7
[ $CC == "clang" ] && CXX=clang++-5.0
export CXX
@ -10,8 +10,6 @@ cd travisbuild
cmake \
-DENABLE_LEVELDB=1 \
-DLEVELDB_LIBRARY=../libleveldb/lib/libleveldb.so \
-DLEVELDB_INCLUDE_DIR=../libleveldb/include \
..
make -j2