-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add appveyor support #174
Comments
The only API they seem to provide is about team management. They also provide a webhook for project owners to specify. It wouldn't really be practical to use for us, since we need to store the information for them instead of requesting that data from their servers. We have no way to check that the information we have is up-to-date. They block direct HEAD requests by returning a
So, I can see two ways to sneak in compatibility:
|
I'd love to have an example of a failing badge for testing. Any pointers? |
Failing badge example: https://github.com/robotology/ycm |
@traversaro Thanks a lot! |
There's an API available from https://ci.appveyor.com/api/projects/gruntjs/grunt where the status of the latest build is available at "ProjectBuildResults Build Status". |
That's an XML API although if you pass "Accept:application/json" you get JSON API and the status is available from "project.build.status". |
@sebmck Good find! Plenty of thanks in your direction! |
@sebmck Oh, well… I read your comment a bit late… |
http://www.appveyor.com/
Their badge is weird (eg: https://github.com/gruntjs/grunt#readme )
The text was updated successfully, but these errors were encountered: