[commit: ghc] wip/nfs-locking: Create /home/ghc/tmp, add stack install dir to PATH. (3ecd105)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:41:32 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/3ecd10554246bfe2d69153807248881f22d50a6d/ghc
>---------------------------------------------------------------
commit 3ecd10554246bfe2d69153807248881f22d50a6d
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jan 7 02:10:08 2016 +0000
Create /home/ghc/tmp, add stack install dir to PATH.
See #110. [skip ci]
>---------------------------------------------------------------
3ecd10554246bfe2d69153807248881f22d50a6d
.appveyor.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.appveyor.yml b/.appveyor.yml
index 1b5e3bc..011b327 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,6 +8,8 @@ install:
- bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.3/ghc-7.10.3-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
- stack exec -- pacman -S --noconfirm gcc binutils p7zip git
- stack install alex happy
+ - set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\
+ - bash -lc "mkdir /home/ghc/tmp"
- git clone --recursive git://git.haskell.org/ghc.git C:\msys64\mingw64\home\ghc\tmp
- bash -lc "mv /home/ghc/tmp/* /home/ghc"
- cd C:\msys64\mingw64\home\ghc\shake-build
More information about the ghc-commits
mailing list