php / php-tasks

Tasks that need doing. This is for php-src maintainers. The end-user bug tracker is at https://bugs.php.net/.
27 stars 6 forks source link

Move Windows testing to Azure Pipelines #21

Closed nikic closed 1 year ago

nikic commented 4 years ago

We only have two parallel builds on AppVeyor, and additionally that service has unworkable cancellation behavior (there are no "rolling builds"). We should try moving this to Azure. There is some old work on this at https://github.com/php/php-src/pull/4223 that might be reused.

nikic commented 3 years ago

I did a quick experiment in https://github.com/php/php-src/pull/6463, but don't plan to continue working on this myself. For some reason the build is also very slow, but possibly that's avoidable (e.g. if it's due to skipif timeouts or so) :/

Girgias commented 3 years ago

Maybe we could use GitHub actions? @shivammathur seems to have figured how to build it via the following repo https://github.com/shivammathur/php-builder-windows

Girgias commented 1 year ago

We are now running Windows on GHA