diff --git a/.appveyor.yml b/.appveyor.yml index 35b4c2b5c..78e3742f7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -69,6 +69,10 @@ cache: init: - pwsh: | $Env:APPVEYOR_SAVE_CACHE_ON_ERROR = 'true' + +on_failure: +- appveyor PushArtifact build\meson-logs\meson-log.txt + install: - cmd: set PATH=%PYTHON_DIR%;%PYTHON_DIR%\scripts;%PATH% - cmd: pip install --upgrade ninja meson