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 920e98b commit d07b1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -30,11 +30,11 @@ test_script:

on_failure:
- travis-tool.sh dump_logs
- echo C:/projects/mboost/pkg/mboostPatch/mboost.Rcheck/00install.out
- appveyor PushArtifact C:/projects/mboost/pkg/mboostPatch/mboost.Rcheck/00install.out
- cat 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'))
- 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 d07b1ec

Please sign in to comment.