summaryrefslogtreecommitdiff
path: root/spec/fixtures/c/conan/example-package/conanfile.py
AgeCommit message (Collapse)Author
2020-05-29Ensure the correct license is detectedmo khan
2020-05-29Allow custom conan configurationmo khan
* Use git fetch with a depth of 1 * Control Conan environment via environment variables * Allow specifying a custom CONAN_LOGIN_USERNAME and CONAN_PASSWORD * Specify a default CONAN_CACERT_PATH to point the system cert file * Tie CONAN_LOGGING_LEVEL to LOG_LEVEL * Tag and skip offline environment tests because it was shutdown * Add CHANGELOG entry