jpeddicord / askalono

A tool & library to detect open source licenses from texts
Apache License 2.0
256 stars 25 forks source link

Please also release a Windows binary #23

Closed sschuberth closed 6 years ago

sschuberth commented 6 years ago

The title says it all 😉 Maybe this could be done independently of using AppVeyor for CI?

jpeddicord commented 6 years ago

AppVeyor is actually enabled, however I don't currently have it automatically attaching exes to releases due to some API issues with how AppVeyor integrates with organizations. We have it set up as a "dumb" git clone instead of a GitHub integration due to some interactions that result in overly-broad permissions to organizational resources.

As you've noticed, I've been forgetting to attach them manually, still. I'm uploading the Windows exe for 0.2.0-beta.1 now and will try to remember that for 0.2.0 and beyond.

Artifacts are, in the meantime, available here: https://ci.appveyor.com/project/jpeddicord/askalono-uhq7u/build/artifacts

sschuberth commented 6 years ago

Thanks, I'll be using the Windows binary directly from AppVeyor then meanwhile.

Edit: Note to myself, tag 0.2.0-beta.1 points to 20c2969844522f2a5e73f252a0de0a80ffcaf60c for which in turn the AppVeyor artifacts are at https://ci.appveyor.com/project/jpeddicord/askalono-uhq7u/build/master-90/artifacts.

sschuberth commented 6 years ago

I see that release 0.2.0 now has a Windows binary, thanks!