php-src/sapi/phpdbg/travis/ci.sh
2014-06-15 15:47:14 +02:00

12 lines
256 B
Bash
Executable File

#!/usr/bin/env sh
git clone https://github.com/php/php-src
cd php-src
git checkout $PHP
cd sapi
rm -rf phpdbg
git clone https://github.com/krakjoe/phpdbg.git
cd ../
./buildconf --force
./configure --disable-all --enable-phpdbg --enable-maintainer-zts
make