mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
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.
This commit is contained in:
parent
312793efd9
commit
bf3f94a106
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user