X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=travis%2Fcompile-php.sh;fp=travis%2Fcompile-php.sh;h=0000000000000000000000000000000000000000;hp=83b05371d8f48cfc1612bd7eb8290d696a9573dd;hb=011422d5848488842bd2752f8dd6fdbb51fd884f;hpb=7dda3c7100d4c67bc7d8cc363464078c2e0cc975 diff --git a/travis/compile-php.sh b/travis/compile-php.sh deleted file mode 100755 index 83b0537..0000000 --- a/travis/compile-php.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -x - -set -e - -mkdir -p $HOME$BUILD_SRC_DIR -mkdir -p $HOME$BUILD_INSTALL_DIR/conf.d - -git clone --depth=1 --branch=$PHP_TARGET_REF https://github.com/php/php-src $HOME$BUILD_SRC_DIR/php-src - -cd $HOME$BUILD_SRC_DIR/php-src -./buildconf --force -./configure --quiet \ - --prefix=$HOME$BUILD_INSTALL_DIR \ - --with-config-file-scan-dir=$HOME$BUILD_INSTALL_DIR/conf.d \ - --disable-all \ - $PHP_CONFIGURE_OPTS \ - $PHP_EXTENSIONS - -make -j2 --quiet install