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