X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=appveyor.yml;h=c6c36893931af8dd58109617e75a8003f1152b60;hp=844afa59227380256a94cd287ecf0df61469a153;hb=a2b3cb65a9d3dfafbe52da2916c9524a71ad0ac7;hpb=cd174b909109e527e41ca42ac761c5f7d29f25e5 diff --git a/appveyor.yml b/appveyor.yml index 844afa59..c6c36893 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,30 +1,28 @@ -clone_depth: 1 +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 + - platform: x64 PACKAGE_ARCH: x86_64 CONFIGURE_OPTIONS: - platform: x86 - BUILD_ARCH: x86 PACKAGE_ARCH: i686 CONFIGURE_OPTIONS: --build-32bit-win install: - '%CYG_ROOT%\setup-x86_64.exe --quiet-mode --no-shortcuts --only-site --site "%CYG_MIRROR%" --packages "mingw64-%PACKAGE_ARCH%-zlib" > NULL' + - 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' 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: