Skip to content

Commit

Permalink
Updating appveyor setup
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcc committed Oct 10, 2017
1 parent 5e057e9 commit a85cc4f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ install:

# Adapt as necessary starting from here

environment:
global:
WARNINGS_ARE_ERRORS: 1

build_script:
- travis-tool.sh install_bioc_deps

Expand Down Expand Up @@ -39,3 +43,15 @@ artifacts:

- path: '\*_*.zip'
name: Bits

notifications:
- provider: Email
to:
- [email protected]
subject: 'r-appveyor build {{status}}' # optional
message: "https://ci.appveyor.com/project/davismcc/scater" # optional
on_build_success: false
on_build_failure: true
on_build_status_changed: true


0 comments on commit a85cc4f

Please sign in to comment.