mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Add LevelDB and redis to Travis Linux builds
This commit is contained in:
parent
7c8793cbea
commit
f1fd0f7e14
2 changed files with 7 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
if [ $WINDOWS = "no" ]; then
|
||||
mkdir -p travisbuild
|
||||
cd travisbuild
|
||||
cmake -DENABLE_GETTEXT=1 ..
|
||||
cmake -DENABLE_GETTEXT=1 -DENABLE_LEVELDB=1 -DENABLE_REDIS=1 ..
|
||||
make -j2
|
||||
else
|
||||
[ $CC = "clang" ] && exit 1 # Not supposed to happen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue