appveyor.yml: don't use matrix.

This commit is contained in:
John MacFarlane
2017-05-24 22:06:40 +02:00
parent 1288a50380
commit d4ccd1e001
+9 -5
View File
@@ -3,16 +3,20 @@ environment:
global:
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin"
STACK_YAML: "c:\\pandoc\\stack.pkg.yaml"
matrix:
- STACK_VERSION: "windows-i386"
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%"