Skip to content

Commit

Permalink
Try to get logs from AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Dec 17, 2015
1 parent e260685 commit 920e98b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ test_script:

on_failure:
- travis-tool.sh dump_logs
- appveyor PushArtifact $(TEST_DIR)\*.Rcheck\**\*.out
- echo C:/projects/mboost/pkg/mboostPatch/mboost.Rcheck/00install.out
- appveyor PushArtifact C:/projects/mboost/pkg/mboostPatch/mboost.Rcheck/00install.out

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

artifacts:
- path: '$(TEST_DIR)\*.Rcheck\**\*.log'
Expand Down

0 comments on commit 920e98b

Please sign in to comment.