Skip to content
Snippets Groups Projects
Commit 88bb4074 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Added indentation.

parent 807f1677
No related branches found
No related tags found
1 merge request!9Added a lot of error handling.
init: init:
ps: | ps: |
$ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1' Import-Module '..\appveyor-tool.ps1'
install: install:
ps: Bootstrap ps: Bootstrap
build_script: build_script:
- travis-tool.sh install_deps - travis-tool.sh install_deps
test_script: test_script:
- travis-tool.sh run_tests - travis-tool.sh run_tests
on_failure: on_failure:
- travis-tool.sh dump_logs - travis-tool.sh dump_logs
artifacts: artifacts:
- path: '*.Rcheck\**\*.log' - path: '*.Rcheck\**\*.log'
name: Logs name: Logs
- path: '*.Rcheck\**\*.out'
name: Logs - path: '*.Rcheck\**\*.out'
- path: '*.Rcheck\**\*.fail' name: Logs
name: Logs
- path: '*.Rcheck\**\*.Rout' - path: '*.Rcheck\**\*.fail'
name: Logs name: Logs
- path: '\*_*.tar.gz'
name: Bits - path: '*.Rcheck\**\*.Rout'
- path: '\*_*.zip' name: Logs
name: Bits
\ No newline at end of file - path: '\*_*.tar.gz'
name: Bits
- path: '\*_*.zip'
name: Bits
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment