From a70b26c3108a94e835321a7b3c236dfa7448dd86 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 May 2017 22:56:57 +0200 Subject: appveyor: attempt two builds, one 32-bit, one 64-bit. --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') 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: -- cgit v1.2.3