Skip to content

Commit

Permalink
Appveyor: Upload tests log file
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Aug 20, 2017
1 parent ef5d7b5 commit dcc0bcb
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 @@ -46,5 +46,9 @@ artifacts:
- path: 'copyq-*-setup.exe'
name: CopyQ Setup

# Upload test log files.
on_finish:
- ps: Get-ChildItem -recurse -include copyq*.log* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.

0 comments on commit dcc0bcb

Please sign in to comment.