Conan Repository ((better))
# Add a remote repository conan remote add myrepo https://mycompany.com/artifactory/conan
Pinning dependency versions to a specific hash inside your repository guarantees that every developer and production runner compiles identical software. conan repository
When a feature branch merges into your development branch, a CI runner initializes a predefined Conan profile. The runner compiles the package code for all necessary target architectures and executes a script to append those binaries straight to your central asset index. # Add a remote repository conan remote add