feat(CI): add extra_logs to build matrix and update warden ByteArrayToHexStr (#5102)
This commit is contained in:
parent
b9ae587b6b
commit
81301c67d9
6 changed files with 32 additions and 12 deletions
2
conf/dist/config.sh
vendored
2
conf/dist/config.sh
vendored
|
|
@ -56,6 +56,8 @@ CTOOLS=OFF
|
|||
# use precompiled headers ( fatest compilation but not optimized if you change headers often )
|
||||
CSCRIPTPCH=ON
|
||||
CCOREPCH=ON
|
||||
# enable/disable extra logs
|
||||
CEXTRA_LOGS=0
|
||||
|
||||
# Skip specific modules from compilation (cmake reconfigure needed)
|
||||
# use semicolon ; to separate modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue