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

Manifest and cli #72

Merged
merged 3 commits into from
Nov 21, 2022
Merged

Manifest and cli #72

merged 3 commits into from
Nov 21, 2022

Conversation

keynmol
Copy link
Contributor

@keynmol keynmol commented Nov 21, 2022

  1. Add a CLI module that allows installing dependencies into the managed locations from CLI

    • The purpose of it is being able to manage your vcpkg dependencies without having to fully load the build
    • This can be helpful because you can list your dependencies as just a call to scala-vcpkg command, run it in the container, and cache that layer - subsequent run of the SBT build will find everything already installed
  2. Basic support for manifest files - they're installed along with the dependency list.

Closes #47

@keynmol keynmol merged commit 4b7f822 into main Nov 21, 2022
@keynmol keynmol deleted the manifest-and-cli branch November 21, 2022 13:44
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

Successfully merging this pull request may close these issues.

Local vcpkg.json support
1 participant