update v 1.0.7.5
This commit is contained in:
17
vendor/maxmind-db/reader/.travis-build.sh
vendored
Normal file
17
vendor/maxmind-db/reader/.travis-build.sh
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
if [ "hhvm" != $TRAVIS_PHP_VERSION ]
|
||||
then
|
||||
export CFLAGS="-L$HOME/libmaxminddb/lib"
|
||||
export CPPFLAGS="-I$HOME/libmaxminddb/include"
|
||||
cd ext
|
||||
phpize
|
||||
./configure --with-maxminddb --enable-maxminddb-debug
|
||||
make clean
|
||||
make
|
||||
NO_INTERACTION=1 make test
|
||||
cd ..
|
||||
fi
|
||||
Reference in New Issue
Block a user