.travis.yml: enable coverity scan integration.
This commit is contained in:
parent
3a77ab0847
commit
7fb6320e0b
15
.travis.yml
15
.travis.yml
@ -6,3 +6,18 @@ script: ./configure --enable-debug && make -j16
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y libssl-dev libarchive-dev
|
||||
env:
|
||||
global:
|
||||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
||||
# via the "travis encrypt" command using the project repo's public key
|
||||
- secure: "Zqdxb2tet9MIPDSrddTCb8ZShTsjwOQFdbIqAVTd2bUohFGRsSfjyvs33vCr/Da5frgCEb+XXCkbhSHigbHRJm+iQH1ZXdM2LSxK3efM4Rv/oUNEUDWPzPpP+oumhDmo6+Tyjt7mrpYQ5NDvtSrBYG29Ge6Pp4dDqtaCkfhWGp4="
|
||||
|
||||
addons:
|
||||
coverity_scan:
|
||||
project:
|
||||
name: "voidlinux/xbps"
|
||||
description: "Build submitted via Travis CI"
|
||||
notification_email: xtraeme@gmail.com
|
||||
build_command_prepend: "make clean; ./configure --enable-debug"
|
||||
build_command: "make -j4"
|
||||
branch_pattern: coverity_scan
|
||||
|
Loading…
Reference in New Issue
Block a user