X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;h=dc6ea6b56e4b506af1800099d284d933647a2866;hp=5970cc0556524e5de8e336eb991e8a9c5e329d14;hb=73402eaf86a6e4d8e2894a1d59f04edff8373a4e;hpb=39db6372659aa5dc62fae941803d5787603b9587 diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 5970cc0..dc6ea6b 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -45,8 +45,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, "PECLs" => "event", // for tests/client029.phpt "enable_sockets" => "yes", // needed by pecl/event @@ -93,7 +93,7 @@ foreach ($job as $id => $env) { run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php make -f scripts/ci/Makefile pecl PECL=m6w6/ext-raphf.git:raphf:master - make -f scripts/ci/Makefile pecl PECL=ext-propro.git:propro:master + make -f scripts/ci/Makefile pecl PECL=m6w6/ext-propro.git:propro:master if test -n "$PECLs"; then IFS=$',' for pecl in $PECLs; do