[commit: ghc] wip/nfs-locking: Drop init script. (cd567f7)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:02:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/cd567f71ec9ba2b0eb0b3232b4b375df23557354/ghc
>---------------------------------------------------------------
commit cd567f71ec9ba2b0eb0b3232b4b375df23557354
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jan 8 02:22:05 2016 +0000
Drop init script.
See #110. [skip ci]
>---------------------------------------------------------------
cd567f71ec9ba2b0eb0b3232b4b375df23557354
.appveyor.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index ef66eb7..f663d96 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,6 @@
clone_folder: "C:\\msys64\\home\\ghc\\shake-build"
-init:
+install:
- cd
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
@@ -12,9 +12,6 @@ init:
- echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
- git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc\tmp
- bash -lc "mv /home/ghc/tmp/* /home/ghc"
-
-install:
- - cd C:\msys64\home\ghc
- stack exec -- mk/get-win32-tarballs.sh download x86_64
- ghc --version
- stack --version
More information about the ghc-commits
mailing list