mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Fix number of jobs in coverity script
This commit is contained in:
parent
d3bcf0711c
commit
277113f75b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ addons:
|
|||
description: "<Your project description here>"
|
||||
notification_email: scrawl@baseoftrash.de
|
||||
build_command_prepend: "cmake ."
|
||||
build_command: "make -j3"
|
||||
build_command: "make -j2"
|
||||
branch_pattern: coverity_scan
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue