You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Hello, I was wondering how someone that used this template to create his own project can benefit from the development of this template in the long run. For example, given that this template will handle most of the devops functionalities I would like to update/rebase my existing project one year after its creation, taking advantage of all the nifty updates that have been introduced since then. So, one solution I came up with is that this could be a submodule on the actual repository that can be updated on demand. However, I am not sure if this can work with the CI that needs a specific folder structure. Another approach would be to package the required files and modify them accordingly using a package manager like vcpkg or conan that can also leverage the python utils. I would prefer the first approach since there is no standardized package management in cpp. Any thoughts on that?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I was wondering how someone that used this template to create his own project can benefit from the development of this template in the long run. For example, given that this template will handle most of the devops functionalities I would like to update/rebase my existing project one year after its creation, taking advantage of all the nifty updates that have been introduced since then. So, one solution I came up with is that this could be a submodule on the actual repository that can be updated on demand. However, I am not sure if this can work with the CI that needs a specific folder structure. Another approach would be to package the required files and modify them accordingly using a package manager like vcpkg or conan that can also leverage the python utils. I would prefer the first approach since there is no standardized package management in cpp. Any thoughts on that?
The text was updated successfully, but these errors were encountered: