Search code examples
travis-ciappveyor

how to quit script prematurely on purpose on appveyor


In a .travis.yml file I can add a line - exit and it will stop the script and not continue with the other statements.

Is there a way to do the same for the build_script: part of an appveyor.yml file?

I tried using - exit /B 0 but still the other statements after it are executed.


Solution

  • This is not implemented yet, please watch this GitHub issue.