Skip to content

Commit

Permalink
zip all logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Oct 9, 2015
1 parent 3a99b00 commit 50ef0bb
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions appveyor.yml
Expand Up @@ -17,24 +17,16 @@ build_script:
test_script:
- travis-tool.sh run_tests

on_failure:
- travis-tool.sh dump_logs
after_test:
- 7z a logs.zip *.Rcheck

artifacts:
- path: '\*_*.tar.gz'
name: Linux package

- path: '\*_*.zip'
name: Windows package

- path: '*.Rcheck\**\*.log'
name: Logs

- path: '*.Rcheck\**\*.out'
artifacts:
- path: 'logs.zip'
name: Logs

- path: '*.Rcheck\**\*.fail'
name: Logs
- path: '\*_*.tar.gz'
name: Linux Package

- path: '*.Rcheck\**\*.Rout'
name: Logs
- path: '\*_*.zip'
name: Windows Package

0 comments on commit 50ef0bb

Please sign in to comment.