nikic / scalar_objects

Extension that adds support for method calls on primitive types in PHP
MIT License
1.13k stars 44 forks source link

Appveyor CI integration #43

Closed cmb69 closed 4 years ago

cmb69 commented 4 years ago

Besides building the DLLs and running the tests, we also create downloadable binary packages for Windows users.


If accepted, it may also make sense to update the Windows installation instructions to point to the AppVeyor artifacts.

nikic commented 4 years ago

Thanks! I've enabled the AppVeyor build, and it seems to work well!

If accepted, it may also make sense to update the Windows installation instructions to point to the AppVeyor artifacts.

Is there a good way to to do that? Like some generic link for "all artifacts for the last build"? Or do you need to click through a specific job on a specific build?

cmb69 commented 4 years ago

As it is, one would probably have to click through the job on the build. It should be possible to copy the artifacts to external storage, though. @derickr may use some other technique to make the Xdebug builds available on https://xdebug.org/download.

derickr commented 4 years ago

I wrote a little script to download the artifacts through their API, for the latest tagged build. Happy to share my hacky thing. Remind me tomorrow during the day.