mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Use 2 cpus when compiling on coverity_scan branch
This commit is contained in:
@@ -49,7 +49,7 @@ addons:
|
|||||||
name: "qbittorrent/qBittorrent"
|
name: "qbittorrent/qBittorrent"
|
||||||
description: "Build submitted via Travis CI"
|
description: "Build submitted via Travis CI"
|
||||||
build_command_prepend: "./bootstrap.sh && ./configure $qmake_conf"
|
build_command_prepend: "./bootstrap.sh && ./configure $qmake_conf"
|
||||||
build_command: make
|
build_command: "make -j2"
|
||||||
branch_pattern: $coverity_branch
|
branch_pattern: $coverity_branch
|
||||||
notification_email: sledgehammer999@qbittorrent.org
|
notification_email: sledgehammer999@qbittorrent.org
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user