mdbx-ci: enable MDBX_DEBUG for Coverity-builds.

Change-Id: I750187782f240136aaf9a36b70606fe68d1331cb
This commit is contained in:
Leonid Yuriev 2019-10-06 15:00:43 +03:00
parent 7d621f6f0a
commit ffa8fb1390

View File

@ -56,6 +56,6 @@ addons:
version: 0.1
description: "Build submitted via Travis CI"
notification_email: leo@yuriev.ru
build_command_prepend: "make clean && git fetch --unshallow --tags --prune && make dist"
build_command: "make -C dist all"
build_command_prepend: "git fetch --unshallow --tags --prune && make dist"
build_command: "make MDBX_OPTIONS=-DMDBX_DEBUG=2 -C dist all"
branch_pattern: coverity_scan