Skip to content

Commit

Permalink
appveyor: save meson log on error
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 7, 2023
1 parent 8a05dc6 commit 5207d83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5207d83

Please sign in to comment.