Further config of appveyor.yml

This commit is contained in:
pegeler 2018-06-28 17:55:09 -04:00
parent 13bf28b536
commit 5ed7ef3c70

View File

@ -1,8 +1,12 @@
# DO NOT CHANGE the "init" and "install" sections below
environment:
PKG_DIR: R
before_build:
- cp travis-tool.sh travis-tool.sh.cmd R
- cd R
- cp ..\travis-tool.sh .\travis-tool.sh
- cp travis-tool.sh.cmd %PKG_DIR%\travis-tool.sh.cmd
- cd %PKG_DIR%
- bash -c "echo '^travis-tool\.sh\.cmd$' >> .Rbuildignore"
# Download script file from GitHub