-
Notifications
You must be signed in to change notification settings - Fork 4
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
Decide on a dependency management system. #2
Comments
We may need to provide support for one or more. I don't think anyone is use realistically using git submodules for dependency management for anything apart from the smallest systems. |
Agreed -- the question I think is whether we want to also actively own the deployment/release into those package management systems, or whether we want to require developers use one or both of them while developing? |
We could own that by writing a management program/script to pull the modules from the CI server/repo. Additionally, that management program could provide other utility commands like local testing/QA, pushing to the CI server, and building. |
@brown2rl -- that makes a lot of sense! Is there an existing automation process/framework we can follow for these kinds of process automation? I must admit I'm not that in-tune with the current DevOps stories/tools and would like to learn. 😄 |
@deanberris It looks like you went with vcpkg. |
Vote on vcpkg 👍 |
Decide on using one of:
for dependency management.
The text was updated successfully, but these errors were encountered: