google / brunsli

Practical JPEG Repacker
MIT License
738 stars 51 forks source link

Add automated Windows builds with AppVeyor #49

Closed EwoutH closed 4 years ago

EwoutH commented 5 years ago

Adds an AppVeyor configruatuion that automatically compiles Brunsli with Visual Studio 2019.

It also uploads the following artifacts to AppVeyor:

I could also add a Deploy aspect to the configuration, that automatically pushes these artifacts to GitHub Releases when a release is tagged.

EwoutH commented 5 years ago

@eustas Could you review and merge?

eustas commented 5 years ago

Hi. I could land this PR, but likely it won't work. Due to bureaucracy, I can not create Appveyor project right away...

EwoutH commented 5 years ago

Thanks for your quick response! How long do you think that it takes?

I see the google/benchmark repository has an active AppVeyor project, maybe on of their maintainers could give a hand.

EwoutH commented 4 years ago

@eustas Could we merge anyway? That way forks and their working branches can use it at least.

eustas commented 4 years ago

At last, we've got appveyor project for brunsli =)

eustas commented 4 years ago

Thanks!