wbhart / mpir

Multiple Precision Integers and Rationals
GNU General Public License v3.0
227 stars 136 forks source link

MSVC not built on appveyor any more #271

Open GitMensch opened 5 years ago

GitMensch commented 5 years ago

This was removed with 66019c2295b1e03f3a19c31dac001fa59a586055 - so Appveyor CI only has MinGW-w64 builds. Was it added somewhere else? Travis CI has gcc and clang on "linux" (whatever this means) and osx. Are the CI-environments used documented somewhere (I only found the NEWS file but it does not even mention the URLs)?

wbhart commented 5 years ago

I imagine Brian is doing Windows testing, rather than it being in the main repo. Perhaps @BrianGladman can comment on this?

It's certainly not documented. You can't document every little thing about a project and expect it to be kept up-to-date with zero volunteers.

BrianGladman commented 5 years ago

Correct. I test on Windows and only maintain my own repository, which means that Windows builds in the main repository are not being maintained. I only maintain builds with the Microsoft/Intel compilers and only do ongoing development on Windows x64 (although the win32 builds are still working as far as I know). I would be happy to add Appveyor to my repository if anyone knows how to do this.