X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=travis%2Fcompile-ext.sh;fp=travis%2Fcompile-ext.sh;h=0000000000000000000000000000000000000000;hp=17b6be8c857d8358311017f97ae0062e8c00922a;hb=e7ce3fd45d17058f92ce219a34e560226cf72231;hpb=4822c94ec2704ec8cdf95105485554cca05b2df3 diff --git a/travis/compile-ext.sh b/travis/compile-ext.sh deleted file mode 100755 index 17b6be8..0000000 --- a/travis/compile-ext.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -x - -set -e - -$HOME/bin/phpize -./configure --with-php-config=$HOME/bin/php-config --with-pq - -make -j2 --quiet install - -echo 'extension=pq.so' > $HOME/php.d/20-pq.ini