[commit: packages/process] less-cpp, master: appveyor: do autoreconf (807e4e9)

git at git.haskell.org git at git.haskell.org
Tue Dec 15 13:34:26 UTC 2015


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

On branches: less-cpp,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/807e4e94bec9091c884357448b43c630bfd8cb08/process

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

commit 807e4e94bec9091c884357448b43c630bfd8cb08
Author: Michael Snoyman <michael at snoyman.com>
Date:   Mon Nov 2 08:24:54 2015 -0800

    appveyor: do autoreconf


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

807e4e94bec9091c884357448b43c630bfd8cb08
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index 671e09b..806c078 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,4 +16,5 @@ test_script:
 - stack setup > nul
 # The ugly echo "" hack is to avoid complaints about 0 being an invalid file
 # descriptor
+- echo "" | stack exec "bash -c 'pacman -S autoconf && autoreconf -i'"
 - echo "" | stack --no-terminal test --pedantic



More information about the ghc-commits mailing list