[commit: ghc] wip/nfs-locking: Run shake script via stack from shake-build folder. (ffc5d73)

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


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

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

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

commit ffc5d73536fc68b3abcc1eb8b2dc375fcea33f1d
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Jan 9 02:19:18 2016 +0000

    Run shake script via stack from shake-build folder.
    
    See #110. [skip ci]


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

ffc5d73536fc68b3abcc1eb8b2dc375fcea33f1d
 .appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



More information about the ghc-commits mailing list