4c5cb9063f9a3fc01356caf0113a11aa9b3787d3
[m6w6/ext-pq] / travis / compile-ext-raphf.sh
1 #!/bin/sh -x
2
3 set -e
4
5 git clone --depth 1 https://github.com/m6w6/ext-raphf $HOME$BUILD_SRC_DIR/raphf
6 cd $HOME$BUILD_SRC_DIR/raphf
7
8 $HOME$BUILD_INSTALL_DIR/bin/phpize
9 ./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config
10
11 make -j2 --quiet install
12
13 echo 'extension=raphf.so' > $HOME$BUILD_INSTALL_DIR/conf.d/10-raphf.ini