1
0
Fork 0
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:
sfan5 2015-01-28 16:57:37 +01:00
parent 7c8793cbea
commit f1fd0f7e14
2 changed files with 7 additions and 4 deletions

View file

@ -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