AppVeyor.yml in generic git repositories
It seems like from this post that currently only a list of hosted git repositories will allow you to use an appveyor.yml for build configuration. Is there a work around for this if we are, for example, running gitosis?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 29 Jul, 2015 12:10 AM
Hi Jared,
appveyor.yml contents can be passed in webhook payload provided you can setup POST-RECEIVE hook on git server side: https://github.com/appveyor/webhooks/tree/master/git
2 Posted by ksykora on 11 Oct, 2016 08:01 PM
Just following up on this... is the content of the payload literally the entire contents of the appveyor.yml or is there a header / footer / other format that needs to go with it?
3 Posted by ksykora on 11 Oct, 2016 09:13 PM
Figured it out, the payload needs to look like this:
4 Posted by Ilya Finkelshte... on 11 Oct, 2016 09:16 PM
Good :) Also you may be interesting in watching this https://github.com/appveyor/ci/issues/1089 issue.
--ilya.
5 Posted by dragon788 on 07 Dec, 2016 07:29 PM
As updated in that linked issue, you can also use GitHub's Gist or BitBucket's Snippets over HTTPS to host your appveyor.yml. https://github.com/appveyor/ci/issues/1089#issuecomment-265544933
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:09 AM.