Closed ibardarov-fms closed 1 year ago
Yep, appveyor.yml
are not working with regular Git repositories. However, you can host appveyor.yml
somewhere, for example GitHub gists and then paste a URL to a raw content to "Custom configuration .yml file name" field on General project settings.
It worked. Thanks!
I have run a local http server in my project home folder.
I want to run a build locally on my machine. I have installed a blank new server. Created a new project, and added a local path as git source. Environment -> Build cloud -> Process
I have tried with empty appveyor.yml and the project appveyor.yml but I constantly get some error message which doesn't make any sense to me.
If I change the run mode to script and use only ls -la, the I can see that the appveyor.yml is there.
sample appveyor.yml
What am I doing wrong?