[commit: ghc] wip/nfs-locking: Run shake script from shake-build. (8d1c201)

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


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

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

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

commit 8d1c201b7fcea98907fa54419f91f3fdfc3007fd
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jan 8 20:11:52 2016 +0000

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


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

8d1c201b7fcea98907fa54419f91f3fdfc3007fd
 .appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index ef571b3..0e62796 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,4 +24,4 @@ install:
 
 build_script:
     - cd
-    - bash -lc "cd /home/ghc; ./shake-build/build.bat -j --no-progress"
+    - bash -lc "cd /home/ghc/shake-build; ./build.bat -j --no-progress"



More information about the ghc-commits mailing list