-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppVeyor support #87
Comments
+1 edit: more usefully, here's the api docs http://www.appveyor.com/docs/api/projects-builds |
Note that there's another way to get simple AppVeyor support, by just watching the branch status. See: |
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. |
Manishearth
pushed a commit
to Manishearth/homu
that referenced
this issue
Mar 14, 2017
Implement tree closure fixes barosl#85 (also drive-by fixes barosl#86) This is implemented as `@bors-servo treeclosed=<number>`, which closes the tree for PRs below a priority value. `@bors-servo treeclosed-` (or `@bors-servo treeclosed=-1`) restores the tree. cc @jdm @cgwalters r? @edunham <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/homu/87) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: