krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

Implement current R-travis functionality #4

Closed krlmlr closed 10 years ago

krlmlr commented 10 years ago

Two options:

  1. Use bash on Windows to run travis-tool.sh -- could actually work, but might require changes in R-travis, and introduces dependency
  2. Duplicate functionality in PowerShell -- straightforward, but leads to code duplication
    • [x] Check exit codes
    • [ ] Install dependencies
    • [ ] Check logs
    • ...
krlmlr commented 10 years ago

Currently, I prefer using travis-tool -- should work if bash and all the other MinGW tools are in the PATH.