1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-12-02 09:18:02 +01:00
ext-pq/travis/compile-ext-raphf.sh

14 lines
354 B
Bash
Raw Normal View History

2014-12-16 16:35:46 +01:00
#!/bin/sh -x
set -e
git clone --depth 1 https://github.com/php/pecl-php-raphf $HOME$BUILD_SRC_DIR/raphf
cd $HOME$BUILD_SRC_DIR/raphf
$HOME$BUILD_INSTALL_DIR/bin/phpize
./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config --enable-raphf
make -j2 --quiet install
echo 'extension=raphf.so' > $HOME$BUILD_INSTALL_DIR/conf.d/10-raphf.ini