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.
This commit is contained in:
scrawl 2016-01-21 14:33:26 +01:00
parent ffd138f2bb
commit 89512af808

View file

@ -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: