mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 18:49:39 +02:00
Appveyor config for R package. See yml for details
This commit is contained in:
parent
5ed7ef3c70
commit
35c03d637d
1 changed files with 6 additions and 7 deletions
13
appveyor.yml
13
appveyor.yml
|
@ -1,13 +1,12 @@
|
||||||
# DO NOT CHANGE the "init" and "install" sections below
|
# DO NOT CHANGE the "init" and "install" sections below
|
||||||
|
|
||||||
environment:
|
# https://github.com/krlmlr/r-appveyor/issues/34#issuecomment-302016795
|
||||||
PKG_DIR: R
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cp ..\travis-tool.sh .\travis-tool.sh
|
ps: |
|
||||||
- cp travis-tool.sh.cmd %PKG_DIR%\travis-tool.sh.cmd
|
cp ..\travis-tool.sh R\travis-tool.sh
|
||||||
- cd %PKG_DIR%
|
cp travis-tool.sh.cmd R\travis-tool.sh.cmd
|
||||||
- bash -c "echo '^travis-tool\.sh\.cmd$' >> .Rbuildignore"
|
cd R
|
||||||
|
bash -c "echo '^travis-tool\.sh\.cmd$' >> .Rbuildignore"
|
||||||
|
|
||||||
# Download script file from GitHub
|
# Download script file from GitHub
|
||||||
init:
|
init:
|
||||||
|
|
Loading…
Add table
Reference in a new issue