php-src/travis/ci.sh
2013-12-05 22:59:34 +00:00

10 lines
238 B
Bash
Executable File

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