mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-10 23:45:25 +02:00
Properly support -DENABLE_REDIS=TRUE even if library is not found
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -3,7 +3,15 @@ compiler:
|
||||
- gcc
|
||||
- clang
|
||||
dist: bionic
|
||||
before_install: sudo apt-get install -y cmake libgd-dev libsqlite3-dev libleveldb-dev
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- cmake
|
||||
- libgd-dev
|
||||
- libsqlite3-dev
|
||||
- libleveldb-dev
|
||||
- libpq-dev
|
||||
- postgresql-server-dev-all
|
||||
script: ./util/travis/script.sh
|
||||
notifications:
|
||||
email: false
|
||||
|
Reference in New Issue
Block a user