aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-18 22:56:57 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-18 22:56:57 +0200
commita70b26c3108a94e835321a7b3c236dfa7448dd86 (patch)
tree331c0d436a353e62547a45e52db3ee67fdee3269
parentf870a2d8ea8cca5c8cf9ca30d87e0ff758618f18 (diff)
downloadpandoc-a70b26c3108a94e835321a7b3c236dfa7448dd86.tar.gz
appveyor: attempt two builds, one 32-bit, one 64-bit.
-rw-r--r--appveyor.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 39c6b657d..0f33ea98a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,9 @@ environment:
STACK_ROOT: "c:\\sr"
STACK_YAML: "c:\\stack\\stack.pkg.yaml"
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.10\\bin"
+ matrix:
+ STACK_VERSION: windows-i386
+ STACK_VERSION: windows-x86_64
cache:
- "c:\\sr" # stack root, short paths == fewer problems
@@ -16,7 +19,7 @@ build: off
install:
- '"%WIXBIN%"\candle -? || choco install wixtoolset'
- |
- stack --version || curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386 && 7z x stack.zip stack.exe
+ stack --version || curl -ostack.zip -L --insecure http://www.stackage.org/stack/%STACK_VERSION% && 7z x stack.zip stack.exe
- stack setup > nul
before_test: