Skip to content

Commit

Permalink
Modified coverity build command to avoid creating dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Torres committed Jun 16, 2016
1 parent 5a8d976 commit dcc9b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ matrix:
name: "openscenegraph/OpenSceneGraph"
description: "OpenSceneGraph"
notification_email: [email protected]
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"
branch_pattern: coverity_scan

Expand Down

0 comments on commit dcc9b9f

Please sign in to comment.