[commit: ghc] wip/nfs-locking: Run shake script via stack. (f4ece5b)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:33:30 UTC 2017


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

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

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

commit f4ece5be780b194845548d9e1ab46a916b22b4f5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 21:34:15 2016 +0000

    Run shake script via stack.
    
    See #110. [skip ci]


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

f4ece5be780b194845548d9e1ab46a916b22b4f5
 .appveyor.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index b6b5ecb..14c6521 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -23,5 +23,4 @@ install:
     - happy --version
 
 build_script:
-    - cd C:\msys64\home\ghc\shake-build
-    - ./build.bat -j --no-progress
+    - stack exec -- C:\msys64\home\ghc\shake-build\build.bat -j --no-progress



More information about the ghc-commits mailing list