[commit: ghc] wip/nfs-locking: Add a test appveyor script, see #110. (290e990)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:57:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/290e990dd8500de9728d83506a0bacd143619def/ghc
>---------------------------------------------------------------
commit 290e990dd8500de9728d83506a0bacd143619def
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Jan 6 17:48:41 2016 +0000
Add a test appveyor script, see #110.
>---------------------------------------------------------------
290e990dd8500de9728d83506a0bacd143619def
.appveyor.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 0000000..25df24b
--- /dev/null
+++ b/.appveyor.yml
@@ -0,0 +1,8 @@
+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"
+
+build_script:
+ - echo "test"
+
+test: off
More information about the ghc-commits
mailing list