Fix number of jobs in coverity script

sceneinput
scrawl 10 years ago
parent d3bcf0711c
commit 277113f75b

@ -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…
Cancel
Save