[commit: ghc] wip/nfs-locking: Fix test script, see #110. (8bf936f)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:40:18 UTC 2017


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

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

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

commit 8bf936f4942a51bbfbd4c561a1dbfb89300bcdff
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Jan 6 18:11:05 2016 +0000

    Fix test script, see #110.


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

8bf936f4942a51bbfbd4c561a1dbfb89300bcdff
 .appveyor.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 25df24b..b5faf11 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,7 @@
 install:
-    - set PATH=C:\msys64\usr\bin;%PATH%
-    - bash "pacman -S git tar binutils autoconf make libtool automake python2 p7zip patch gcc mingw-w64-$(uname -m)-python3-sphinx"
+    - set MSYSTEM=MINGW64
+    - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
+    - bash -lc "pacman -S git tar binutils autoconf make libtool automake python2 p7zip patch gcc mingw-w64-$(uname -m)-python3-sphinx"
 
 build_script:
     - echo "test"



More information about the ghc-commits mailing list