Modified coverity build command to avoid creating dirs
This commit is contained in:
parent
5a8d976356
commit
dcc9b9f9be
@ -27,7 +27,7 @@ matrix:
|
|||||||
name: "openscenegraph/OpenSceneGraph"
|
name: "openscenegraph/OpenSceneGraph"
|
||||||
description: "OpenSceneGraph"
|
description: "OpenSceneGraph"
|
||||||
notification_email: robert@openscenegraph.com
|
notification_email: robert@openscenegraph.com
|
||||||
build_command_prepend: "mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DOSG_USE_AGGRESSIVE_WARNINGS=0 .."
|
build_command_prepend: "cmake -DCMAKE_BUILD_TYPE=Release ."
|
||||||
build_command: "make -j 3"
|
build_command: "make -j 3"
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user