homu icon indicating copy to clipboard operation
homu copied to clipboard

AppVeyor support

Open mrmonday opened this issue 10 years ago • 3 comments

It would be great if Homu supported AppVeyor (http://www.appveyor.com/) in addition to Travis - this would allow testing on Windows, in addition to Linux and OS X.

mrmonday avatar Jun 17 '15 21:06 mrmonday

+1

edit: more usefully, here's the api docs http://www.appveyor.com/docs/api/projects-builds

tkelman avatar Jul 10 '15 14:07 tkelman

Note that there's another way to get simple AppVeyor support, by just watching the branch status. See: https://github.com/servo/saltfs/pull/232

larsbergstrom avatar Mar 05 '16 16:03 larsbergstrom

That doesn't implement the full workflow of review, then trigger CI run of current merge commit, then auto merge if green, does it? So you can still have statuses that reflect stale merge commits.

tkelman avatar Mar 06 '16 03:03 tkelman