X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=travis%2Fcompile-ext-pq.sh;fp=travis%2Fcompile-ext-pq.sh;h=a7813fe71e1d8fbac59f02f7d4b9b9d5274332e3;hb=e7ce3fd45d17058f92ce219a34e560226cf72231;hp=0000000000000000000000000000000000000000;hpb=4822c94ec2704ec8cdf95105485554cca05b2df3;p=m6w6%2Fext-pq diff --git a/travis/compile-ext-pq.sh b/travis/compile-ext-pq.sh new file mode 100755 index 0000000..a7813fe --- /dev/null +++ b/travis/compile-ext-pq.sh @@ -0,0 +1,10 @@ +#!/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