From b847f65e846cb61dec1aefd90a5f28cef85d4ae0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 24 May 2017 11:54:54 +0200 Subject: appveyor: turn off 64-bit build for now. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dc84e3920..2977b4656 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,9 +7,9 @@ environment: - 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" +# - STACK_VERSION: "windows-x86_64" +# STACK_ROOT: "c:\\sr64" +# STACK: "%STACK_ROOT%\\stack.exe" matrix: fast_finish: true -- cgit v1.2.3