X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=8aa219b6ac029cf017fc2c2fdff6e9b6ad3beb81;hp=18dccde8273ea594c31b3b553967b219453382b1;hb=4104317bf01fb162ebb20ac7210f5bfcf2c7b511;hpb=84bb804822add42df03d7765169a58ff8234c886 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 18dccde..8aa219b 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -27,14 +27,12 @@ env: ["7.0", "7.1", "7.2", "master"], + "PHP" => ["master"], "enable_debug" => "yes", - "enable_maintainer_zts" => "yes", - "enable_json" => "yes", - "enable_hash" => "yes", + "enable_zts" => "yes", "enable_iconv" => "yes", ], [ // everything disabled for current @@ -46,21 +44,20 @@ $env = $gen([ "with_http_libevent_dir" => "no", "with_http_libbrotli_dir" => "no", ], [ -// everything enabled for current, switching on CC and debug/zts +// everything enabled for current, switching debug/zts "PHP" => $cur, - "CC" => ["gcc", "clang"], +// "PECLs" => "event", // for tests/client029.phpt +// "enable_sockets" => "yes", // needed by pecl/event "enable_debug", - "enable_maintainer_zts", - "enable_json" => "yes", - "enable_hash" => "yes", + "enable_zts", "enable_iconv" => "yes", ], [ // once everything enabled for current, with coverage "CFLAGS" => "'-O0 -g --coverage'", "CXXFLAGS" => "'-O0 -g --coverage'", "PHP" => $cur, - "enable_json" => "yes", - "enable_hash" => "yes", +// "PECLs" => "event", // for tests/client029.phpt +// "enable_sockets" => "yes", // needed by pecl/event "enable_iconv" => "yes", [ "with_http_libicu_dir", @@ -80,7 +77,7 @@ matrix: allow_failures: