Don't build ovni in verbose mode
This commit is contained in:
parent
5412e14dba
commit
9e889884c9
@ -44,7 +44,6 @@ in
|
|||||||
buildInputs = [ cmake mpi ];
|
buildInputs = [ cmake mpi ];
|
||||||
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
|
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
|
||||||
cmakeFlags = [ "-DOVNI_GIT_COMMIT=${src.shortRev}" ];
|
cmakeFlags = [ "-DOVNI_GIT_COMMIT=${src.shortRev}" ];
|
||||||
buildFlags = [ "VERBOSE=1" ];
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export CTEST_OUTPUT_ON_FAILURE=1
|
export CTEST_OUTPUT_ON_FAILURE=1
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user