From 01a15e8c507686ab3d0bd11b7fc49ea200ca5ccc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 24 May 2017 22:54:11 +0200 Subject: Revert "appveyor.yml: don't use matrix." This reverts commit d4ccd1e001bce84f1bae338cd07d4e8e2e7875cb. --- appveyor.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 0348e83e4..2977b4656 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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%" -- cgit v1.2.3