From ffa8fb13906a54bb829e71ed4ef9a5028b3b6964 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Sun, 6 Oct 2019 15:00:43 +0300 Subject: [PATCH] mdbx-ci: enable MDBX_DEBUG for Coverity-builds. Change-Id: I750187782f240136aaf9a36b70606fe68d1331cb --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 234e62b4..7b468ad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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