conan-io / examples

Conan 1.x examples
MIT License
124 stars 66 forks source link

Do not change conan client configuration permanently when running examples #28

Closed danimtb closed 4 years ago

danimtb commented 5 years ago

Some examples like the one of the lockfiles, changes the Conan client configuration with conan config set .... Running the example script locally leaves your configuration with that setting. Instead of this, examples should set the configuration via env vars temporarily just for the run of that example.