Skip to content

Commit

Permalink
fixing this
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Sep 14, 2017
1 parent c67e567 commit 2d82693
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ cran-comments\.md
^appveyor\.yml$
^.*\.Rproj$
^\.Rproj\.user$
ITKR\.Rproj$
appveyor\.yml$
cran-comments\.md$
travis-tool\.sh\.cmd$
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ test_script:
# need to move to higher dir because CMake path req
- mkdir C:\run
- cp -avr * C:\run
- cp .Rbuildignore C:\run
# need the tool a level above
- cp ../travis-tool.sh C:\
- cd C:\run
Expand Down Expand Up @@ -54,6 +55,7 @@ test_script:
- ls
# - cp ../*.zip ./
- cp -r C:/run/* %APPVEYOR_BUILD_FOLDER%
- cp C:/run/.Rbuildignore %APPVEYOR_BUILD_FOLDER%
- cd %APPVEYOR_BUILD_FOLDER%
- ls

Expand Down

0 comments on commit 2d82693

Please sign in to comment.