This commit is contained in:
krakjoe 2013-12-05 22:59:34 +00:00
parent ee5393ebf9
commit 78a0a2ad76
2 changed files with 12 additions and 0 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: c
script: ./travis/ci.sh

9
travis/ci.sh Executable file
View File

@ -0,0 +1,9 @@
#!/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