-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
localappveyor.yml
skip:
- init
- install
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.
Metadata
Metadata
Assignees
Labels
No labels