From 4153a2e2affdbbc9ee8bc97b39b42fa0ffb55280 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 18 Jul 2019 14:26:12 +0800 Subject: [PATCH] Use 2 cpus when compiling on coverity_scan branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7bd38a3e..02c6cf456 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ addons: name: "qbittorrent/qBittorrent" description: "Build submitted via Travis CI" build_command_prepend: "./bootstrap.sh && ./configure $qmake_conf" - build_command: make + build_command: "make -j2" branch_pattern: $coverity_branch notification_email: sledgehammer999@qbittorrent.org apt: