From 61c5bb8bfe90b76c670e434219239e4ad80c3879 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Oct 2018 15:07:48 +0200 Subject: [PATCH] don't build on win32 for now --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e64f240ed..10bab4d3a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,11 +19,11 @@ environment: CYG_CACHE: C:\cygwin64\var\cache\setup CYG_SETUP: setup-x86_64.exe BASH: C:\cygwin64\bin\bash - - APPVEYOR_BUILD_SYS: Cygwin - CYG_ROOT: C:\cygwin - CYG_CACHE: C:\cygwin\var\cache\setup - CYG_SETUP: setup-x86.exe - BASH: C:\cygwin\bin\bash + # - APPVEYOR_BUILD_SYS: Cygwin + # CYG_ROOT: C:\cygwin + # CYG_CACHE: C:\cygwin\var\cache\setup + # CYG_SETUP: setup-x86.exe + # BASH: C:\cygwin\bin\bash init: # Carriage returns are bad