Skip to content

Commit

Permalink
Merge pull request #8 from poissonconsulting/appveyor
Browse files Browse the repository at this point in the history
appveyor
  • Loading branch information
sebdalgarno authored Apr 7, 2020
2 parents 037afe6 + cdc6e33 commit ff79d70
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ install:
cache:
- C:\RLibrary

environment:
NOT_CRAN: true
# env vars that may need to be set, at least temporarily, from time to time
# see https://github.com/krlmlr/r-appveyor#readme for details
# USE_RTOOLS: true
R_REMOTES_STANDALONE: true

# Adapt as necessary starting from here

build_script:
Expand Down Expand Up @@ -43,3 +50,13 @@ artifacts:

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


notifications:
- provider: Slack
auth_token:
secure: k01wonjiVGV2Je8nDQ4ISIkX1HjakJKtR636gmIjtSJy+G1F9uw+doX511zxHLIlqoB0iMURrKyzoHR+lyFO7XCHacQgpFLCOdPcRENglAo=
channel: '#appveyor'
on_build_failure: false
on_build_success: false
on_build_status_changed: true

0 comments on commit ff79d70

Please sign in to comment.