[commit: packages/filepath] master: Create appveyor.yml (b0fe2dd)
git at git.haskell.org
git at git.haskell.org
Mon Dec 28 20:39:18 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/b0fe2dd33dae4cfae07952e592b97dc88e724e23
>---------------------------------------------------------------
commit b0fe2dd33dae4cfae07952e592b97dc88e724e23
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Mon Oct 26 21:11:22 2015 +0000
Create appveyor.yml
>---------------------------------------------------------------
b0fe2dd33dae4cfae07952e592b97dc88e724e23
appveyor.yml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..fdc2a3d
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,19 @@
+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
+- stack runhaskell Generate.hs
More information about the ghc-commits
mailing list