]> granicus.if.org Git - php/commitdiff
enable phpdbg for the travis build, and also run the testsuite for it
authorFerenc Kovacs <tyrael@php.net>
Mon, 9 Jun 2014 13:30:09 +0000 (15:30 +0200)
committerFerenc Kovacs <tyrael@php.net>
Mon, 9 Jun 2014 13:30:09 +0000 (15:30 +0200)
.travis.yml
travis/compile.sh

index 5b49434cc83b1b0a8b52a12bd3938ac27ea6014a..8c72df91805de582ff13875683b67a504cfc3504 100644 (file)
@@ -32,4 +32,6 @@ before_script:
     - . ./travis/ext/pdo_pgsql/setup.sh
 
 # 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
+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 899fb5a3351204ed44b009271d91a0dc9d70f1e4..6ad3bfc3967b8afca71396598fea165be12c7758 100755 (executable)
@@ -47,5 +47,6 @@ $TS \
 --with-bz2 \
 --with-openssl \
 --with-gmp \
---enable-bcmath
+--enable-bcmath \
+--enable-phpdbg
 make --quiet