From 49c289ffadeca11a2e63943be865045412177ced Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Mon, 26 Mar 2018 16:06:46 +0100 Subject: [PATCH] appveyor: make 32 bit build target XP + minor fixes To get some coverage of old XP paths make the 32 bit CI build target XP but leave the 64 bit CI build targeting Windows 7. Also fix Cygwin output being redirected into a file called NULL (rather than going to NUL) while we're here. Signed-off-by: Sitsofe Wheeler --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 09ebccf8..ca8b2ab1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,10 +10,10 @@ environment: CONFIGURE_OPTIONS: - platform: x86 PACKAGE_ARCH: i686 - CONFIGURE_OPTIONS: --build-32bit-win + CONFIGURE_OPTIONS: --build-32bit-win --target-win-ver=xp install: - - '%CYG_ROOT%\setup-x86_64.exe --quiet-mode --no-shortcuts --only-site --site "%CYG_MIRROR%" --packages "mingw64-%PACKAGE_ARCH%-zlib" > NULL' + - '%CYG_ROOT%\setup-x86_64.exe --quiet-mode --no-shortcuts --only-site --site "%CYG_MIRROR%" --packages "mingw64-%PACKAGE_ARCH%-zlib" > NUL' - SET PATH=%CYG_ROOT%\bin;%PATH% # NB: Changed env variables persist to later sections build_script: -- 2.25.1