X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=appveyor.yml;h=ca8b2ab172ee3e476e9bf29d88d96324b2e5b14b;hp=c6c36893931af8dd58109617e75a8003f1152b60;hb=49c289ffadeca11a2e63943be865045412177ced;hpb=892930839558edf72052e0471714f227c1391132 diff --git a/appveyor.yml b/appveyor.yml index c6c36893..ca8b2ab1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,14 +10,14 @@ 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: - - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && ./configure --extra-cflags=\"-Werror\" ${CONFIGURE_OPTIONS} && make.exe' + - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && ./configure --disable-native --extra-cflags=\"-Werror\" ${CONFIGURE_OPTIONS} && make.exe' after_build: - cd os\windows && dobuild.cmd %PLATFORM%