From 89512af808d78cf21e2e6553d155d1d341c4e54d Mon Sep 17 00:00:00 2001 From: scrawl Date: Thu, 21 Jan 2016 14:33:26 +0100 Subject: [PATCH] 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. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a76944fb..e314d8e7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,8 @@ addons: name: "OpenMW/openmw" description: "" 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: