Skip to content

Commit

Permalink
AppVeyor: Push artifacts on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Aug 5, 2016
1 parent 8b609ee commit 008e1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ test_script:

on_failure:
- travis-tool.sh dump_logs
- appveyor PushArtifact C:/projects/mboost/mboost.Rcheck/00install.out
- cat C:/projects/mboost/mboost.Rcheck/00install.out
## push complete mboost.Rcheck folder as artifact
- appveyor PushArtifact mboost.Rcheck

# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Expand Down

0 comments on commit 008e1af

Please sign in to comment.