X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;h=f36cf5f3a411f2a0466a0d8d6b4cc025c2978ad8;hb=f3b5b84017131e5354aacaa01836d317dad38686;hp=f714bbcd7cf20fe089cd6e8fec2f9c01325d2fbb;hpb=22dcf8982ba84d62c319f4e386df99b62c165048;p=m6w6%2Fext-http diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index f714bbc..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", [ @@ -76,7 +77,8 @@ foreach ($job as $id => $env) { libidn2-0-dev \ libicu-dev \ libevent-dev \ - libbrotli-dev + libbrotli-dev \ + re2c - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php