[commit: ghc] wip/nfs-locking: Print version info before running configure (759dff3)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:57:30 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/759dff36f7d30aba45bd3b6f9947328b4c0a8c77/ghc
>---------------------------------------------------------------
commit 759dff36f7d30aba45bd3b6f9947328b4c0a8c77
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon May 2 03:45:49 2016 +0100
Print version info before running configure
>---------------------------------------------------------------
759dff36f7d30aba45bd3b6f9947328b4c0a8c77
appveyor.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index 3918779..76ccbe1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,6 +24,11 @@ install:
- git config --global url."git at github.com:/ghc/packages-".insteadOf git at github.com:/ghc/packages/
- git clone https://github.com/ghc/ghc --recurse-submodules --depth 1 C:\msys64\home\ghc\tmp
+ - ghc --version
+ - stack --version
+ - alex --version
+ - happy --version
+ - stack exec -- ghc-pkg list
- bash -lc "mv /home/ghc/tmp/* /home/ghc"
- cd C:\msys64\home\ghc
- stack exec -- perl boot
@@ -31,11 +36,6 @@ install:
- bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/perl/"
- bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
- bash -lc "cat /home/ghc/hadrian/cfg/system.config"
- - ghc --version
- - stack --version
- - alex --version
- - happy --version
- - stack exec -- ghc-pkg list
build_script:
- cd C:\msys64\home\ghc\hadrian
More information about the ghc-commits
mailing list