]> granicus.if.org Git - php/commitdiff
Re-add phpdbg to travis
authorBob Weinand <bobwei9@hotmail.com>
Fri, 24 Oct 2014 17:32:35 +0000 (19:32 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Fri, 24 Oct 2014 17:32:35 +0000 (19:32 +0200)
.travis.yml
travis/compile.sh

index 10ea74e4df0099d0693339501d66b7b291340149..d9e11a07d268eefba6e000cefd7666fb629be13c 100644 (file)
@@ -47,3 +47,4 @@ before_script:
 # Run PHPs run-tests.php 
 script:
     - ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120
+    - ./sapi/cli/php sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg sapi/phpdbg/phpdbg
index 20228cda5ad084fc24ba60deb6bbe0fffee3c3ad..9add843a2ec4c76a21f29c9de5df292f325e4edf 100755 (executable)
@@ -13,6 +13,7 @@ fi
 ./configure --quiet \
 $DEBUG \
 $TS \
+--enable-phpdbg \
 --enable-fpm \
 --with-pdo-mysql=mysqlnd \
 --with-mysql=mysqlnd \