-
Notifications
You must be signed in to change notification settings - Fork 65
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.yml is ignored #545
Comments
Looks like the project is added as generic (custom) Git repo, not GitHub. appveyor.yml is not supported for custom Git repos. |
Yes. I added it manually, because GitHub permissions are too wide. I'd prefer AppVeyor to ask permission only to one specific repository where the hook is needed. |
@FeodorFitsner really? so if i have a bitbucket repo, I can't use a |
BitBucket is supported for both git and mercurial repos. |
So what is custom Git repo's ? |
Anything not GitHub, BitBucket, VSO or Kiln. -Feodor On Thu, Jan 7, 2016 at 7:21 PM -0800, "Pure Krome" [email protected] wrote: So what is custom Git repo's ? — |
Yea. A pity. =) |
Again, I got bitten by this today :( I added a simple 'git' project (not github) and the No chance to add this support in the future? |
The requirement there is to be able to fetch a single file without (before) cloning the entire repo. |
Which of those methods specifically? |
Both I also don't see why it is impossible to start with obligatory clone |
Wherever I tried Two concerns with
|
Could be a problem with architecture. Is it possible to do this:
|
@FeodorFitsner I logged in with my Github Account and linked it. Why is that? Oh I see, my fault, sorry. |
@stephanmg also, the file should be called |
@PureKrome sorry. I meant .yml, yet I excluded my branch in Settings accidently. AppVeyor works! |
@FeodorFitsner We just ran into this issue while setting up an AppVeyor project for CCAN. Would it be possible to allow users to specify a custom appveyor.yml URL in this case? If the custom git repository uses gitweb or another web interface, as we do, the setup should be simple for users and avoid the issues you mentioned for |
Can you give me an example of such URL please? |
@FeodorFitsner Sure. For CCAN you could fetch the current appveyor.yml on the master branch from https://git.ozlabs.org/?p=ccan;a=blob_plain;f=appveyor.yml;hb=HEAD |
@kevinoid These are all the same Yes? |
@PureKrome I don't think so. Sorry for the confusion. Let me try to clarify. I'm saying that if the reason appveyor.yml is ignored is because using available git commands are unacceptable, then a potential solution would be to allow users to provide an alternative URL (presumably limited to HTTP and/or FTP) through which appveyor.yml could be fetched directly without using git. |
Thank you for idea! Please watch this issue. --ilya. |
Thanks @IlyaFinkelshteyn! Will do. |
Subscribed :) ta @IlyaFinkelshteyn Also @IlyaFinkelshteyn - you should get the |
I also need a warning that appveyor.yml is ignored - got hit by it once more. |
Yeah we already have this issue added #990 |
@PureKrome Thank you, we set it, sorry I am pretty new to GitHub world :) |
Today I hit this issue, it was working nice in 2016, but today I've updated my code, pushed and build failed. After looking carefully it seems the But my worries are that: it was working, now it's not working. My code was always in GitHub (I cannot remember whether I've created the repo from local git CMD or GitHub website). Builds history: https://ci.appveyor.com/project/M-Yankov/swapi-csharp/history |
This project - https://ci.appveyor.com/project/techtonik/pyside2-setup/build/1.0.6 - is not configured to ignore
appveyor.yml
, but it is ignored. The file is present at: https://github.com/techtonik/pyside2-setup/blob/master/appveyor.yml and should showpython --version
. UI scripts don't have this command.The text was updated successfully, but these errors were encountered: