Skip to content

Commit 46e2442

Browse files
grooverdansvoj
authored andcommitted
MDEV-6262: travis coverity support
1 parent fce6457 commit 46e2442

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.travis.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,39 @@ env:
2020
- GCC_VERSION=5
2121
- GCC_VERSION=6
2222

23+
#matrix:
24+
# include:
25+
# - env:
26+
# - GCC_VERSION=6
27+
# addon:
28+
# coverity_scan:
29+
# # ref: https://scan.coverity.com/travis_ci
30+
# # GitHub project metadata
31+
# project:
32+
# - name: MariaDB/server
33+
# - description: MariaDB Server
34+
#
35+
# # Where email notification of build analysis results will be sent
36+
# notification_email: security@mariadb.org
37+
#
38+
# # Commands to prepare for build_command
39+
# build_command_prepend:
40+
# - source .travis.compiler.sh
41+
# - ${MYSQL_BUILD_CC} --version ; ${MYSQL_BUILD_CXX} --version
42+
# - cmake . {MYSQL_BUILD_CXX:+-DCMAKE_CXX_COMPILER=$${MYSQL_BUILD_CXX} \
43+
# {MYSQL_BUILD_CC:+-DCMAKE_C_COMPILER=$${MYSQL_BUILD_CC} \
44+
# -DCMAKE_BUILD_TYPE=Debug \
45+
# -DWITH_SSL=system -DWITH_ZLIB=system \
46+
# -DWITHOUT_TOKUDB_STORAGE_ENGINE=ON -DWITHOUT_MROONGA_STORAGE_ENGINE=ON
47+
#
48+
# # The command that will be added as an argument to "cov-build" to compile your project for analysis,
49+
# build_command: make -j 4
50+
#
51+
# # Pattern to match selecting branches that will run analysis.
52+
# # Take care in resource usage, and consider the build frequency allowances per
53+
# # https://scan.coverity.com/faq#frequency - 7 per week is the current limit.
54+
# branch_pattern: .*coverity.*
55+
#
2356
addons:
2457
apt:
2558
sources:

0 commit comments

Comments
 (0)