mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
Further config of appveyor.yml
This commit is contained in:
parent
13bf28b536
commit
5ed7ef3c70
@ -1,8 +1,12 @@
|
|||||||
# DO NOT CHANGE the "init" and "install" sections below
|
# DO NOT CHANGE the "init" and "install" sections below
|
||||||
|
|
||||||
|
environment:
|
||||||
|
PKG_DIR: R
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cp travis-tool.sh travis-tool.sh.cmd R
|
- cp ..\travis-tool.sh .\travis-tool.sh
|
||||||
- cd R
|
- cp travis-tool.sh.cmd %PKG_DIR%\travis-tool.sh.cmd
|
||||||
|
- cd %PKG_DIR%
|
||||||
- bash -c "echo '^travis-tool\.sh\.cmd$' >> .Rbuildignore"
|
- bash -c "echo '^travis-tool\.sh\.cmd$' >> .Rbuildignore"
|
||||||
|
|
||||||
# Download script file from GitHub
|
# Download script file from GitHub
|
||||||
|
Loading…
Reference in New Issue
Block a user