X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=.appveyor.yml;h=70c337f8465cc3a10e9ac0c085d33a234a4ed282;hb=5a8a6a0343b42d087fa7b65ae884985d0f183c8b;hp=2f962c4b67d049b5c7cf16d10e596ea2b88fbf87;hpb=8403eca6b80ebd609ec7afbd7be2e513adac2c62;p=fio.git diff --git a/.appveyor.yml b/.appveyor.yml index 2f962c4b..70c337f8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,8 +25,11 @@ after_build: test_script: - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && file.exe fio.exe && make.exe test' - - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && python.exe t/run-fio-tests.py --debug' + - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && [ -f fio.exe ] && python.exe t/run-fio-tests.py --artifact-root test-artifacts --debug' artifacts: - path: os\windows\*.msi name: msi + +on_finish: + - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && [ -d test-artifacts ] && 7z a -t7z test-artifacts.7z test-artifacts -xr!foo.0.0 -xr!latency.?.0 -xr!fio_jsonplus_clat2csv.test && appveyor PushArtifact test-artifacts.7z'