1. Summary
It would be nice, if would be possible skip some steps of appveyor.yml file.
2. Argumentation
If user works on usual working PC:
user don't need steps init and install. User already all initialize and install. These steps take a lot of user time for big projects.
3. Example of expected behavior
User run:
LocalAppVeyor build --job 0 --skip
init and install steps will skip; init and install scripts will not run.
4. Examples on other apps
wwtd — Travis CI local builds runner — can skip install step.
Thanks.
1. Summary
It would be nice, if would be possible skip some steps of
appveyor.ymlfile.2. Argumentation
If user works on usual working PC:
user don't need steps
initandinstall. User already all initialize and install. These steps take a lot of user time for big projects.3. Example of expected behavior
localappveyor.ymlUser run:
initandinstallsteps will skip;initandinstallscripts will not run.4. Examples on other apps
wwtd — Travis CI local builds runner — can skip
installstep.Thanks.