[commit: ghc] wip/nfs-locking: Test the resulting GHC binary (5ad9fad)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:16:42 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/5ad9fad8be600b7042f60cf81d61a2f3ac151dbb/ghc

>---------------------------------------------------------------

commit 5ad9fad8be600b7042f60cf81d61a2f3ac151dbb
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Jun 1 09:15:00 2016 +0100

    Test the resulting GHC binary
    
    See #259.


>---------------------------------------------------------------

5ad9fad8be600b7042f60cf81d61a2f3ac151dbb
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 3b61256..18ede46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,6 +60,7 @@ script:
     - ( cd ghc/hadrian && cabal haddock --internal )
     - ./ghc/hadrian/build.sh selftest
     - ./ghc/hadrian/build.sh -j --verbose --no-progress --progress-colour=never --profile=- --flavour=quick $TARGET
+    - ./ghc/inplace/bin/ghc-stage2 -e 1+2
 
 cache:
     directories:



More information about the ghc-commits mailing list