From: Sitsofe Wheeler Date: Mon, 26 Mar 2018 15:06:46 +0000 (+0100) Subject: appveyor: make 32 bit build target XP + minor fixes X-Git-Tag: fio-3.6~4^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=49c289ffadeca11a2e63943be865045412177ced 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 --- 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: