[commit: ghc] wip/nfs-locking: Add APPVEYOR_BUILD_FOLDER to PATH, show versions of key binaries. (782e998)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:32:26 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/782e99878b0a669aaa585b84531a089e68502f26/ghc
>---------------------------------------------------------------
commit 782e99878b0a669aaa585b84531a089e68502f26
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jan 8 01:31:18 2016 +0000
Add APPVEYOR_BUILD_FOLDER to PATH, show versions of key binaries.
See #110. [skip ci]
>---------------------------------------------------------------
782e99878b0a669aaa585b84531a089e68502f26
.appveyor.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index 5ad5f0b..136bee6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -9,12 +9,16 @@ init:
- 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
- echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
- - set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\
+ - set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\;%APPVEYOR_BUILD_FOLDER%
- git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc
install:
- cd C:\msys64\home\ghc
- - shake-build\stack.exe exec -- mk/get-win32-tarballs.sh download x86_64
+ - stack exec -- mk/get-win32-tarballs.sh download x86_64
+ - ghc --version
+ - stack --version
+ - alex --version
+ - happy --version
build_script:
- bash -lc "./boot"
More information about the ghc-commits
mailing list