X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=7a0c27364d15cbce59a46ae6f515385eef90aba2;hp=2f32a7458555972fa7b57c148e71167bbb2ad5b0;hb=2648e31835b892343916ef6fd3bc968923d1b75d;hpb=c37e911f6a277f735cf820ebf71d4254ddcb9812 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 2f32a74..7a0c273 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -14,8 +14,6 @@ addons: - libevent-dev - libbrotli-dev -dist: xenial - cache: apt: true directories: @@ -27,14 +25,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 @@ -48,18 +44,18 @@ $env = $gen([ ], [ // everything enabled for current, switching debug/zts "PHP" => $cur, +// "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", @@ -79,7 +75,7 @@ matrix: allow_failures: