php-src/.travis.yml

47 lines
1.3 KiB
YAML
Raw Normal View History

language: c
notifications:
2014-05-14 00:14:06 +00:00
email:
on_failure: change
irc:
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : %{compare_url} - Build details : %{build_url}"
channels:
- "irc.efnet.org#php.pecl"
on_success: change
on_failure: always
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-07 16:35:37 +00:00
before_install:
- 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
# 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