[commit: ghc] wip/nfs-locking: Whitespace (5905138)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:08:48 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/59051380365b8ef66d7c95cb63a038a89b482326/ghc
>---------------------------------------------------------------
commit 59051380365b8ef66d7c95cb63a038a89b482326
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Sep 1 21:29:15 2016 +0100
Whitespace
>---------------------------------------------------------------
59051380365b8ef66d7c95cb63a038a89b482326
appveyor.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/appveyor.yml b/appveyor.yml
index 5d13d29..7552a56 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,10 +27,13 @@ install:
build_script:
# Build Hadrian
- stack build
+
# Run internal Hadrian tests
- stack exec hadrian -- selftest
+
# Build GHC
- stack exec hadrian -- --lint --directory ".." -j --flavour=quickest --verbose --no-progress --progress-info=brief --progress-colour=never --profile=-
+
# Test GHC binary
- cd ..
- inplace\bin\ghc-stage2 -e 1+2
More information about the ghc-commits
mailing list