[commit: packages/Win32] master: Initial Appveyor test file (5a82561)
git at git.haskell.org
git at git.haskell.org
Fri May 6 08:42:33 UTC 2016
Repository : ssh://git@git.haskell.org/Win32
On branch : master
Link : http://git.haskell.org/packages/Win32.git/commitdiff/5a8256122509ef10ae5f877442b64ac1282db2d1
>---------------------------------------------------------------
commit 5a8256122509ef10ae5f877442b64ac1282db2d1
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Wed Dec 23 10:26:46 2015 +0000
Initial Appveyor test file
>---------------------------------------------------------------
5a8256122509ef10ae5f877442b64ac1282db2d1
appveyor.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..a76c9fa
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,18 @@
+cache:
+- "c:\\sr" # stack root, short paths == less problems
+
+build: off
+
+before_test:
+- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
+- 7z x stack.zip stack.exe
+
+clone_folder: "c:\\project"
+environment:
+ global:
+ STACK_ROOT: "c:\\sr"
+
+test_script:
+- stack init
+- stack setup > nul
+- echo "" | stack --no-terminal build
More information about the ghc-commits
mailing list