Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature_request(enhancement): install missing software #16

Open
Kristinita opened this issue Jan 29, 2019 · 0 comments
Open

feature_request(enhancement): install missing software #16

Kristinita opened this issue Jan 29, 2019 · 0 comments

Comments

@Kristinita
Copy link
Contributor

Kristinita commented Jan 29, 2019

1. Summary

It would be nice, if would be possible install software, that missed on current PC.

2. Argumentation

If:

  1. User want to create build not on usual working PC
  2. Or another user want to try install/build/test project with appveyor.yml

User machine can't have software, that pre-installed on AppVeyor. It would be nice, if would be possible simply add missing software.

3. Example of expected behavior

  • localappveyor.yml:
install:
  choco:
  - nodejs
  - git
  - ruby

User run a command:

LocalAppVeyor build --job 0 --install

Before AppVeyor steps will run file:

START /B CMD /C choco install nodejs --yes
START /B CMD /C choco install git --yes
START /B CMD /C choco install ruby --yes

Chocolatey will install parallel nodejs, git, rubynames of Chocolatey packages.

See choco install description for details.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant