You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's not exactly what you requested for tho. I like the idea of having a localappveyor.yml but I want to give it a bit more thought, in particular about its format and what it's exactly its purpose when working together with the command line options.
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
andinstall
. User already all initialize and install. These steps take a lot of user time for big projects.3. Example of expected behavior
localappveyor.yml
User run:
init
andinstall
steps will skip;init
andinstall
scripts will not run.4. Examples on other apps
wwtd — Travis CI local builds runner — can skip
install
step.Thanks.
The text was updated successfully, but these errors were encountered: