1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-23 06:12:00 +01:00
ext-pq/travis/compile-ext-pq.sh

11 lines
229 B
Bash
Raw Normal View History

2014-12-16 15:35:46 +00:00
#!/bin/sh -x
set -e
$HOME$BUILD_INSTALL_DIR/bin/phpize
./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config --with-pq
make -j2 --quiet install
echo 'extension=pq.so' > $HOME$BUILD_INSTALL_DIR/conf.d/20-pq.ini