php-src/azure/macos
Nikita Popov 8fc5daeb3f
Use sapi/cli/php to run tests for faster failure (#6931)
We always run test steps on azure, even if a previous step failed, because we
don't want a failure in one configuration to prevent testing of other
configurations. However, if building PHP fails in the first place, then we
currently end up testing the system PHP binary. This is not only useless, but
will also result in a test runner hang and cause the job to time out.

Avoid this by using sapi/cli/php instead of the installed php as the test
binary. If we fail to build, then it will not exist, and testing will fail
immediately.
2021-04-30 12:53:56 +02:00
..
brew.yml Revert "Update libzip on macos" 2020-09-08 10:27:54 +02:00
job.yml Replaced deprecated hw.ncpu with hm. logicalcpu 2021-03-03 18:33:50 +00:00
test.yml Use sapi/cli/php to run tests for faster failure (#6931) 2021-04-30 12:53:56 +02:00