X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=.appveyor.yml;h=b94eefe318e46393c5ca75a54d54456c5558f707;hp=fad1632665d04724f7823f9f483040f55afb0c40;hb=dc4729e3ef6a9116d7cd30e96e4f5863883e5bd7;hpb=7064f8942a3b8070acf60b8e5fabc16f8221ae40 diff --git a/.appveyor.yml b/.appveyor.yml index fad16326..b94eefe3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,7 +19,7 @@ environment: CONFIGURE_OPTIONS: DISTRO: cygwin - ARCHITECTURE: x86 - CONFIGURE_OPTIONS: --build-32bit-win --target-win-ver=xp + CONFIGURE_OPTIONS: --build-32bit-win DISTRO: cygwin install: @@ -44,6 +44,7 @@ after_build: - file.exe fio.exe - make.exe test - 'cd os\windows && dobuild.cmd %ARCHITECTURE% && cd ..' + - ls.exe ./os/windows/*.msi - ps: Get-ChildItem .\os\windows\*.msi | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name -DeploymentName fio.msi } test_script: