Specify a project or solution file
How can I solve this problem
-
51.png
22.8 KB
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 21 Mar, 2015 05:10 PM
Take a look at this guide: http://www.appveyor.com/docs/lang/nodejs-iojs
2 Posted by Ayhan Kuru on 21 Mar, 2015 05:24 PM
any idea?
https://github.com/ayhankuru/htmltidy2/blob/dev/.appveyor.yml
Support Staff 3 Posted by Feodor Fitsner on 21 Mar, 2015 05:42 PM
it should be
appveyor.yml- without dot at the beginning.4 Posted by Ayhan Kuru on 21 Mar, 2015 06:23 PM
Thanks , Travis ci file as I thought , my fault
5 Posted by Hannah on 15 Oct, 2015 04:00 PM
Hi I moved my git repo to KDE but I tried to import it as a git repo.
But I'm getting the error even so the appveyor.yml is present. https://ci.appveyor.com/project/TheOneRing/snoretoast/build/1.0.4
Now I played with the settings and it is still ignoring the appveyor.yml.
BTW: Are the settings overriding the appveyor.yml or is the appveyor.yml overriding the settigns?
Support Staff 6 Posted by Feodor Fitsner on 15 Oct, 2015 04:17 PM
Appveyor.yml is not supported in plain git repos, sorry. There is no way to fetch a single file without cloning the whole repo.
- Feodor
7 Posted by Hannah on 15 Oct, 2015 04:46 PM
But as the Appveyor.yml is located in the cloned git is is available after the cloning thats no reason to not use it in some way.
I would understand if it is not possile to skip branches without yml.
Without the yml there is now way to cache as far as I know.
Support Staff 8 Posted by Feodor Fitsner on 15 Oct, 2015 04:47 PM
appveyor.yml is supported for GitHub, BitBucket, VSO and Kiln repos only where it can be fetched using respective APIs.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:00 AM.