Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: e145ac30e32c3f2d4491c195daccdc15c722a005
      
https://github.com/NixOS/nix/commit/e145ac30e32c3f2d4491c195daccdc15c722a005
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M release.nix

  Log Message:
  -----------
  Do "make installcheck" for Debian builds


diff --git a/release.nix b/release.nix
index 3f4c487..c0e423b 100644
--- a/release.nix
+++ b/release.nix
@@ -200,6 +200,10 @@ let
       meta.schedulingPriority = prio;
       configureFlags = "--sysconfdir=/etc";
       debRequires = [ "curl" "libdbd-sqlite3-perl" "libsqlite3-0" "libbz2-1.0" 
];
+      installCheckPhase = ''
+        make installcheck
+      '';
+      postPhases = [ "installCheckPhase" ];
     };
 
 


================================================================

_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to