Skip to content

Commit

Permalink
Rtools (pt2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Mar 23, 2016
1 parent c3db176 commit 5ac94f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# Download script file from GitHub
init:
ps: |
- mkdir src
- ps: |
$ErrorActionPreference = "Stop"
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1'
Expand All @@ -17,7 +18,6 @@ environment:
- TEST_DIR: pkg\mboostDevel

before_build:
- mkdir src
- cp travis-tool.sh.cmd %TEST_DIR%/travis-tool.sh.cmd
- cp ../travis-tool.sh pkg/travis-tool.sh
- cd %TEST_DIR%
Expand Down

0 comments on commit 5ac94f2

Please sign in to comment.