lanoxx
lanoxx

Reputation: 13061

Conan per Project Repository configuration

I am looking for a Conan 2.x solution that is similiar to NPM's .npmrc which allows us to set registry=<private registry> and then commit that file into a git repository. NPM will honor that to resolve and upload packages, it also works with scopes.

What I have considered so far:

I am not sure if I am missing something. My preferred solution would be to just commit a .conanrc or similar file into the git repository, so that I just need to call conan login and start building / uploading packages.

Upvotes: 0

Views: 40

Answers (0)

Related Questions