mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Re-add phpdbg to travis
This commit is contained in:
parent
2bcac53bca
commit
444b465f3d
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -13,6 +13,7 @@ fi
|
|||
./configure --quiet \
|
||||
$DEBUG \
|
||||
$TS \
|
||||
--enable-phpdbg \
|
||||
--enable-fpm \
|
||||
--with-pdo-mysql=mysqlnd \
|
||||
--with-mysql=mysqlnd \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue