forked from lix-project/hydra
Run 'make check'
This got lost when I converted from releaseTools.nixBuild to stdenv.mkDerivation. Doh!
This commit is contained in:
parent
4b5bb4e760
commit
101a9b3797
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
export LOGNAME=''${LOGNAME:-foo}
|
export LOGNAME=''${LOGNAME:-foo}
|
||||||
|
|
Loading…
Reference in a new issue