X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;h=f36cf5f3a411f2a0466a0d8d6b4cc025c2978ad8;hb=699685babf2b8d1bccbbeeb05a21d656d3438bc2;hp=9e561ce84fbb7ae0c178cb48f4c181bb661b47e8;hpb=b0bae0dc93e8340805401e831eed1e431088dafe;p=m6w6%2Fext-http diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 9e561ce..f36cf5f 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -19,6 +19,7 @@ $job = $gen->github([ "enable_debug" => "yes", "enable_zts" => "yes", "enable_iconv" => "yes", + "TEST_PHP_ARGS" => "-d error_reporting=24575" // ignore E_DEPRECATED ], "cur-none" => [ // everything disabled for current @@ -39,8 +40,8 @@ $job = $gen->github([ ], "cur-cov" => [ // once everything enabled for current, with coverage - "CFLAGS" => "'-O0 -g --coverage'", - "CXXFLAGS" => "'-O0 -g --coverage'", + "CFLAGS" => "-O0 -g --coverage", + "CXXFLAGS" => "-O0 -g --coverage", "PHP" => $cur, "enable_iconv" => "yes", [