Revert "appveyor.yml: don't use matrix."

This reverts commit d4ccd1e001.
This commit is contained in:
John MacFarlane 2017-05-24 22:54:11 +02:00
parent bc6aac7b47
commit 01a15e8c50

View file

@ -3,20 +3,16 @@ environment:
global:
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin"
STACK_YAML: "c:\\pandoc\\stack.pkg.yaml"
STACK_VERSION: "windows-i386"
matrix:
- STACK_VERSION: "windows-i386"
STACK_ROOT: "c:\\sr32"
STACK: "%STACK_ROOT%\\stack.exe"
# matrix:
# - STACK_VERSION: "windows-i386"
# STACK_ROOT: "c:\\sr32"
# STACK: "%STACK_ROOT%\\stack.exe"
# - STACK_VERSION: "windows-x86_64"
# STACK_ROOT: "c:\\sr64"
# STACK: "%STACK_ROOT%\\stack.exe"
#
# matrix:
# fast_finish: true
matrix:
fast_finish: true
cache:
- "%STACK_ROOT%"