Skip to content

Commit

Permalink
Verbose buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Apr 28, 2015
1 parent dbda70a commit b42897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
cmake -DCUSTOM_ALLOC=$CUSTOM_ALLOC -DCMAKE_BUILD_TYPE=Debug -DCOVERAGE=ON $SOURCE
fi

make
make VERBOSE=1
ctest -V

if [ "$CC" == "gcc" ]; then
Expand Down

0 comments on commit b42897d

Please sign in to comment.