Skip to content

feature_request(enhancement): skip steps #15

@Kristinita

Description

@Kristinita

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions