mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:14:12 +08:00
mdbx-ci: fix/refine Coverity build, show log file.
Change-Id: I248645b533ba334f9d4018b8487bdd62413be86e
This commit is contained in:
parent
17ba1f4d22
commit
d461ec1094
10
.travis.yml
10
.travis.yml
@ -9,8 +9,6 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make all check; fi
|
|
||||||
|
|
||||||
script: >
|
script: >
|
||||||
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
|
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
|
||||||
git fetch --unshallow --tags --prune &&
|
git fetch --unshallow --tags --prune &&
|
||||||
@ -23,7 +21,9 @@ script: >
|
|||||||
exit -1;
|
exit -1;
|
||||||
fi) &&
|
fi) &&
|
||||||
make --keep-going all && MALLOC_CHECK_=7 MALLOC_PERTURB_=42 make --keep-going check
|
make --keep-going all && MALLOC_CHECK_=7 MALLOC_PERTURB_=42 make --keep-going check
|
||||||
fi
|
else
|
||||||
|
[ ! -s cov-int/scm_log.txt ] || cat cov-int/scm_log.txt;
|
||||||
|
fi && sleep 3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@ -39,6 +39,6 @@ addons:
|
|||||||
version: 0.1
|
version: 0.1
|
||||||
description: "Build submitted via Travis CI"
|
description: "Build submitted via Travis CI"
|
||||||
notification_email: leo@yuriev.ru
|
notification_email: leo@yuriev.ru
|
||||||
build_command_prepend: "make clean"
|
build_command_prepend: "make clean && git fetch --unshallow --tags --prune && make dist"
|
||||||
build_command: "make all -j 2"
|
build_command: "make -C dist all"
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user