mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-08 05:11:13 +00:00
Travis: Fix the coverity scan build
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
caae7b1ad7
commit
94bb9f2d71
@ -23,7 +23,7 @@ addons:
|
||||
name: swtpm
|
||||
description: Build submitted via Travis CI
|
||||
notification_email: stefanb@linux.vnet.ibm.com
|
||||
build_command_prepend: "./bootstrap.sh; ./configure --with-openssl; make clean"
|
||||
build_command_prepend: "./autogen.sh --with-openssl; make clean"
|
||||
build_command: make -j4
|
||||
branch_pattern: coverity_scan
|
||||
script: "./autogen.sh --with-openssl --prefix=/usr && make -j4 distcheck
|
||||
|
||||
Loading…
Reference in New Issue
Block a user