php-src/sapi/phpdbg/travis/ci.sh
2013-12-20 14:27:51 +01: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