forked from Ultimaker/conan-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conan.conf
25 lines (21 loc) · 831 Bytes
/
conan.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[log]
run_to_output = True # environment CONAN_LOG_RUN_TO_OUTPUT
run_to_file = False # environment CONAN_LOG_RUN_TO_FILE
level = warn # 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 = 60 # environment CONAN_REQUEST_TIMEOUT (seconds)
default_package_id_mode = full_package_mode # environment CONAN_DEFAULT_PACKAGE_ID_MODE
revisions_enabled = True
scm_to_conandata = True
use_always_short_paths = True
config_install_interval = 12h
skip_broken_symlinks_check = True
[storage]
path = ./data
[proxies]
[hooks]
attribute_checker