X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=appveyor.yml;h=ca8b2ab172ee3e476e9bf29d88d96324b2e5b14b;hp=39f50a80cf169b9fbc5da5c4e0601cdeea35becb;hb=49c289ffadeca11a2e63943be865045412177ced;hpb=e6fe02651641fc64d2fa4fcfe9b1013b2947d11b diff --git a/appveyor.yml b/appveyor.yml index 39f50a80..ca8b2ab1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,25 +1,28 @@ -clone_depth: 50 +clone_depth: 1 # NB: this stops FIO-VERSION-GEN making tag based versions + environment: + CYG_MIRROR: http://cygwin.mirror.constant.com + CYG_ROOT: C:\cygwin64 MAKEFLAGS: -j 2 matrix: - - platform: x86_64 - BUILD_ARCH: x64 - CYG_ROOT: C:\cygwin64 + - platform: x64 + PACKAGE_ARCH: x86_64 CONFIGURE_OPTIONS: - platform: x86 - BUILD_ARCH: x86 - CYG_ROOT: C:\cygwin - CONFIGURE_OPTIONS: --build-32bit-win + PACKAGE_ARCH: i686 + 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" > NUL' + - SET PATH=%CYG_ROOT%\bin;%PATH% # NB: Changed env variables persist to later sections build_script: - - SET PATH=%CYG_ROOT%\bin;%PATH% - - '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 %BUILD_ARCH% + - cd os\windows && dobuild.cmd %PLATFORM% test_script: - - SET PATH=%CYG_ROOT%\bin;%PATH% - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && file.exe fio.exe && make.exe test' artifacts: