X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=ff43cf063b88ed4f827130ec89c79df5b97e6acf;hp=e42ec312b66e0a1b46f5388d80893c31cb3c4101;hb=592c25cc9ea0b72843c2c2de84bd144e00a3231c;hpb=a84b499418ee7b8992fd9e7e2abc661735a869bd diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index e42ec31..ff43cf0 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,6 +1,8 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c +sudo: required +dist: trusty addons: apt: @@ -8,8 +10,9 @@ addons: - php5-cli - php-pear - libcurl4-openssl-dev - - zlib1g-dev - libidn11-dev + - libidn2-0-dev + - libicu-dev - libevent-dev env: @@ -17,33 +20,37 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["master"], + "PHP" => ["7.0", "7.1", "master"], "enable_debug", "enable_maintainer_zts", "enable_json", "enable_hash" => ["yes"], "enable_iconv" => ["yes"], - "enable_phar" => ["yes"], - "enable_posix" => ["yes"] + "with_http_libicu_dir", ]); foreach ($env as $e) { printf(" - %s\n", $e); } ?> +# once with gcov + - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pharext/raphf-master pharext/propro-master + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0 + - make -f travis/pecl/Makefile pecl PECL=propro:propro:2.0.1 + - make -f travis/pecl/Makefile ext PECL=http script: - - make -f travis/pecl/Makefile ext PECL=http - make -f travis/pecl/Makefile test + - make -f travis/pecl/Makefile cppcheck -after_script: +after_failure: - test -e tests/helper/server.log && cat tests/helper/server.log +after_success: + - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy -sudo: false notifications: webhooks: urls: