mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix Coverity Scan builds.
This commit is contained in:
parent
19ad58c394
commit
cc5a737836
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ addons:
|
||||||
project:
|
project:
|
||||||
name: "qbittorrent/qBittorrent"
|
name: "qbittorrent/qBittorrent"
|
||||||
description: "Build submitted via Travis CI"
|
description: "Build submitted via Travis CI"
|
||||||
build_command_prepend: "./bootstrap.sh && ./configure $qbtconf"
|
build_command_prepend: "./bootstrap.sh && ./configure $qbtconf && echo QMAKE_CC=$CC >> conf.pri && echo QMAKE_CXX=$CXX >> conf.pri"
|
||||||
build_command: make
|
build_command: make
|
||||||
branch_pattern: $coverity_branch
|
branch_pattern: $coverity_branch
|
||||||
notification_email: sledgehammer999@qbittorrent.org
|
notification_email: sledgehammer999@qbittorrent.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue