jpeddicord / askalono

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

AppVeyor #8

Closed jpeddicord closed 5 years ago

jpeddicord commented 6 years ago

Like #7, but Windows builds:

jpeddicord commented 6 years ago

Oookay. So I spent some time and came up with https://github.com/amzn/askalono/blob/master/.appveyor.yml, however it's not quite functional:

But it's a start.

sschuberth commented 6 years ago

If AppVeyor integration does not work for you for whatever reason, maybe using Tea CI is an option? In any case, @jpeddicord, let me know if I can help with Windows support.

jpeddicord commented 6 years ago

@sschuberth I'm not opposed to Tea CI, though if we can I'd like to shoot for a native Windows build (+MSVC) instead of Wine + Cygwin. Everything is still possible in AppVeyor, it's just that the above issues need to be tackled. (Alternatively, when appveyor/ci#1979 gets fixed, then we can go the usual OAuth/integration route.)

jpeddicord commented 5 years ago

AppVeyor uses a GitHub App now: https://www.appveyor.com/blog/2018/10/02/github-apps-integration/

This is all done and working (tested on a personal fork).