php-src/.travis.yml

49 lines
1.4 KiB
YAML
Raw Normal View History

language: c
branches:
except:
- phpng
notifications:
2014-05-14 00:14:06 +00:00
email:
on_failure: change
2014-07-07 16:35:37 +00:00
cache:
- apt
env:
2013-08-13 05:57:06 +00:00
global:
- MYSQL_TEST_HOST=127.0.0.1
- MYSQL_TEST_USER=travis
2013-08-13 16:01:17 +00:00
- PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
2013-08-13 05:57:06 +00:00
- PDO_MYSQL_TEST_USER=travis
- PDO_MYSQL_TEST_PASS=
- PDO_MYSQL_TEST_HOST=127.0.0.1
2013-08-13 05:57:06 +00:00
- REPORT_EXIT_STATUS=1
matrix:
- ENABLE_MAINTAINER_ZTS=0 ENABLE_DEBUG=0
- ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1
2014-07-06 01:09:26 +00:00
before_install:
- sudo apt-get update -qq
2015-01-25 09:21:53 +00:00
- sudo apt-get install -y libenchant-dev libaspell-dev libpspell-dev librecode-dev libsasl2-dev libxpm-dev libt1-dev libc-client2007e-dev
2014-07-07 16:35:37 +00:00
- sudo cp ./travis/de /var/lib/locales/supported.d/de
- sudo dpkg-reconfigure locales
2014-12-03 23:12:23 +00:00
- ./travis/install.sh
2014-07-07 16:35:37 +00:00
2012-04-26 11:48:49 +00:00
before_script:
# Compile PHP
2012-04-26 11:48:49 +00:00
- ./travis/compile.sh
# Setup Extensions
- . ./travis/ext/mysql/setup.sh
- . ./travis/ext/mysqli/setup.sh
- . ./travis/ext/pdo_mysql/setup.sh
- . ./travis/ext/pgsql/setup.sh
- . ./travis/ext/pdo_pgsql/setup.sh
2015-01-25 09:21:53 +00:00
- . ./travis/ext/imap/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" --offline --show-diff --set-timeout 120
2014-10-24 17:32:35 +00:00
- ./sapi/cli/php sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg sapi/phpdbg/phpdbg