X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=b1e4135f9adc592ca5fdb1459d03ab9b163881c6;hp=311a4cd000afa5edccef34ab7e1bdcf7349e6bdb;hb=b44bd8e1efb2518380b95220818d8643c7cfd845;hpb=faf7a7899fa8ffb24f8105a921f359d6b97ec34e diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 311a4cd..b1e4135 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,41 +10,85 @@ addons: - php5-cli - php-pear - libcurl4-openssl-dev - - zlib1g-dev - libidn11-dev + - libidn2-0-dev + - libicu-dev - libevent-dev +compiler: + - gcc + - clang + env: ["7.0", "master"], +// most useful for all additional versions except current + "PHP" => ["7.0", "7.1", "master"], + "enable_debug" => "yes", + "enable_maintainer_zts" => "yes", + "enable_json" => "yes", + "enable_hash" => "yes", + "enable_iconv" => "yes", + "with_http_libbrotli_dir" => "/home/travis/brotli" +], [ +// everything disabled for current + "PHP" => $cur, + "with_http_libicu_dir" => "no", + "with_http_libidn_dir" => "no", + "with_http_libidn2_dir" => "no", + "with_http_libcurl_dir" => "no", + "with_http_libevent_dir" => "no", +], [ +// everything enabled for current, switching on debug/zts + "PHP" => $cur, "enable_debug", "enable_maintainer_zts", - "enable_json", - "enable_hash" => ["yes"], - "enable_iconv" => ["yes"], + "enable_json" => "yes", + "enable_hash" => "yes", + "enable_iconv" => "yes", + "with_http_libbrotli_dir" => "/home/travis/brotli", +], [ +// once everything enabled for current, with coverage + "CFLAGS" => "'-O0 -g --coverage'", + "CXXFLAGS" => "'-O0 -g --coverage'", + "PHP" => $cur, + "enable_json" => "yes", + "enable_hash" => "yes", + "enable_iconv" => "yes", + "with_http_libbrotli_dir" => "/home/travis/brotli", + [ + "with_http_libicu_dir", + "with_http_libidn_dir", + "with_http_libidn2_dir", + ], ]); -foreach ($env as $e) { - printf(" - %s\n", $e); +foreach ($env as $grp) { + foreach ($grp as $e) { + printf(" - %s\n", $e); + } } ?> before_script: + - ./travis/brotli.sh - make -f travis/pecl/Makefile php - - 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 pecl PECL=ext-raphf.git:raphf:master + - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master - make -f travis/pecl/Makefile ext PECL=http script: - make -f travis/pecl/Makefile test + - make -f travis/pecl/Makefile cppcheck CPPCHECK_EXITCODE=0 -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: