X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;fp=scripts%2Fgen_github_workflow_ci.php;h=d5ade680f872fbb803209337de7b75f295b3fd75;hp=cb181b36e4f6bcfc3a2f9f041948010e8d4bdf5a;hb=161c496af75d7359ce29d88d2c6d9ae79ec0c350;hpb=e5e47b8f7d1abbe420fac9f378684723518f5f4a diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index cb181b3..d5ade68 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -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