[commit: ghc] wip/nfs-locking: Install project dependencies, pass -j --no-progress to build.bat (5afac8a)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:28:08 UTC 2017


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

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

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

commit 5afac8aceaa4a656231fbd03b61a03a38327ee78
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Jan 6 19:35:18 2016 +0000

    Install project dependencies, pass -j --no-progress to build.bat
    
    See #110. [skip ci]


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

5afac8aceaa4a656231fbd03b61a03a38327ee78
 .appveyor.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 93375e0..47210eb 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,10 +12,9 @@ install:
     - bash -lc "cabal update"
     - bash -lc "cabal install -j --prefix=/usr/local alex happy"
     - bash -lc "git clone --recursive git://git.haskell.org/ghc.git /home/ghc"
+    - bash -lc "cd /home/ghc/shake-build && cabal install --only-dependencies"
 
 build_script:
     - bash -lc "cd /home/ghc && ./boot"
     - bash -lc "cd /home/ghc && ./configure --enable-tarballs-autodownload"
-    - bash -lc "cd /home/ghc && ./shake-build/build.bat"
-
-test: off
+    - bash -lc "cd /home/ghc && ./shake-build/build.bat -j --no-progress"



More information about the ghc-commits mailing list