Merge pull request #50527 from matthewbauer/ninja-check-phase
Add check phase to ninja setup hook
This commit is contained in:
@@ -30,10 +30,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = ! shared;
|
||||
|
||||
checkPhase = "
|
||||
ctest
|
||||
";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user