]> granicus.if.org Git - php/commitdiff
travis
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 22:59:34 +0000 (22:59 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 22:59:34 +0000 (22:59 +0000)
.travis.yml [new file with mode: 0644]
travis/ci.sh [new file with mode: 0755]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..3534028
--- /dev/null
@@ -0,0 +1,3 @@
+language: c
+
+script: ./travis/ci.sh
diff --git a/travis/ci.sh b/travis/ci.sh
new file mode 100755 (executable)
index 0000000..44d56a0
--- /dev/null
@@ -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