[commit: ghc] wip/nfs-locking: Switch AppVeyor to use the default build.bat script (04cdf78)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:45:00 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/04cdf78cae2e02db1129068db5d7b5c7fc9847e5/ghc

>---------------------------------------------------------------

commit 04cdf78cae2e02db1129068db5d7b5c7fc9847e5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Oct 23 21:37:07 2017 +0100

    Switch AppVeyor to use the default build.bat script
    
    See #428


>---------------------------------------------------------------

04cdf78cae2e02db1129068db5d7b5c7fc9847e5
 appveyor.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 2f4653a..fbedf8f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,14 +26,13 @@ install:
 
 build_script:
     # Build Hadrian
-    - stack build alex happy # Otherwise 'stack build' fails on AppVeyor
-    - stack build
+    - stack build alex happy # Otherwise 'build' fails on AppVeyor
 
     # Run internal Hadrian tests
-    - stack exec hadrian -- --directory ".." selftest
+    - build selftest
 
     # Build GHC
-    - stack exec hadrian -- --lint --directory ".." -j --flavour=quickest --no-progress --progress-colour=never --profile=-
+    - build -j --flavour=quickest --no-progress --progress-colour=never --profile=-
 
     # Test GHC binary
     - cd ..



More information about the ghc-commits mailing list