summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-06 22:39:51 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-06 22:39:51 -0700
commit6d3ad456a049ce672a359a21dc8433f12ef8926e (patch)
tree23bee86bff98846961ce19adc090c19c6606e3dd /appveyor.yml
parent65b4199bee9cde28ea0831881f131b19ed2d1456 (diff)
appveyor.yml - try with 32bit version of stack.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cc705cd74..a0257f8ba 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,12 +10,12 @@ build: off
before_test:
- git submodule update --init
-- ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.5.0/stack-0.1.5.0-x86_64-windows.zip" -OutFile stack.zip
+- ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.5.0/stack-0.1.5.0-i386-windows.zip" -OutFile stack.zip
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.exe?raw=true" -OutFile 7z.exe
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll
- 7z x -oc:\\stack stack.zip
- move c:\\stack\\stack.exe stack.exe
-- stack setup --arch=x86_64
+- stack setup --arch=i386
clone_folder: "c:\\pandoc"
environment: