Add npm, maven, conan configs (excluding cache)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[log]
|
||||
run_to_output = True # environment CONAN_LOG_RUN_TO_OUTPUT
|
||||
run_to_file = False # environment CONAN_LOG_RUN_TO_FILE
|
||||
level = 50 # environment CONAN_LOGGING_LEVEL
|
||||
print_run_commands = True # environment CONAN_PRINT_RUN_COMMANDS
|
||||
|
||||
[general]
|
||||
default_profile = default
|
||||
compression_level = 9 # environment CONAN_COMPRESSION_LEVEL
|
||||
sysrequires_sudo = True # environment CONAN_SYSREQUIRES_SUDO
|
||||
request_timeout = 600 # environment CONAN_REQUEST_TIMEOUT (seconds)
|
||||
default_package_id_mode = semver_direct_mode # environment CONAN_DEFAULT_PACKAGE_ID_MODE
|
||||
skip_vs_projects_upgrade = True
|
||||
msbuild_verbosity = normal # environment CONAN_MSBUILD_VERBOSITY
|
||||
revisions_enabled = 1
|
||||
scm_to_conandata = 1
|
||||
use_always_short_paths = True
|
||||
|
||||
[storage]
|
||||
path = ./data
|
||||
|
||||
[proxies]
|
||||
|
||||
[hooks]
|
||||
attribute_checker
|
||||
|
||||
Reference in New Issue
Block a user