From bf3f94a106015709a68ec693cb5d13677dc42d0a Mon Sep 17 00:00:00 2001 From: Arseniy Shestakov Date: Mon, 28 Nov 2016 00:09:51 +0300 Subject: [PATCH] Travis CI: try to use 2 threads for Coverity Scan build With GCC and Coverity together memory usage would be too high, but might work with Clang. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e05160b3f..e94bce546 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ addons: description: Build submitted via Travis CI notification_email: coverity@arseniyshestakov.com build_command_prepend: "cov-configure --compiler clang-3.6 --comptype clangcc && cov-configure --comptype clangcxx --compiler clang++-3.6 && cmake -G Ninja .. -DCMAKE_BUILD_TYPE=DEBUG -DENABLE_LAUNCHER=1 -DENABLE_TEST=1" - build_command: ninja + build_command: ninja -j 2 branch_pattern: coverity_scan notifications: