X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;h=cc2cb920cb67320bdbb0425c74dcc88f24369cb7;hp=cb181b36e4f6bcfc3a2f9f041948010e8d4bdf5a;hb=50c125e77f563904399d86062db65bb135161337;hpb=87f58d935e63118635381fc9100fd4dacb890f0a diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index cb181b3..cc2cb92 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -17,7 +17,7 @@ $job = $gen->github([ "PHP" => ["7.0", "7.1", "7.2", "7.3", "7.4"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", - "PECLs" => "pecl_http:http:3.2.4", + "PECLs" => "propro,pecl_http:http:3.2.4", ], "master" => [ "PHP" => "master", @@ -57,6 +57,11 @@ foreach ($job as $id => $env) { - name: Prepare run: | make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php + - name: Build + run: | + make -f scripts/ci/Makefile ext PECL=raphf + - name: Prepare Test + run: | if test -n "$PECLs"; then IFS=$',' for pecl in $PECLs; do @@ -64,10 +69,6 @@ foreach ($job as $id => $env) { done unset IFS fi - - - name: Build - run: | - make -f scripts/ci/Makefile ext PECL=raphf - name: Test run: | make -f scripts/ci/Makefile test