Browse Source

Use 2 cpus when compiling on coverity_scan branch

adaptive-webui-19844
Chocobo1 5 years ago
parent
commit
4153a2e2af
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      .travis.yml

2
.travis.yml

@ -49,7 +49,7 @@ addons: @@ -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:

Loading…
Cancel
Save