Increase number of jobs for coverity scan build to 2, enable OpenMW-CS build

As of the recent travis migration we should have enough memory to not run out... hopefully.
pull/882/head
scrawl 9 years ago
parent ffd138f2bb
commit 89512af808

@ -20,8 +20,8 @@ addons:
name: "OpenMW/openmw"
description: "<Your project description here>"
notification_email: scrawl@baseoftrash.de
build_command_prepend: "cmake . -DBUILD_UNITTESTS=FALSE -DBUILD_OPENCS=FALSE"
build_command: "make"
build_command_prepend: "cmake . -DBUILD_UNITTESTS=FALSE"
build_command: "make -j2"
branch_pattern: coverity_scan
matrix:
include:

Loading…
Cancel
Save