From 5ed7ef3c70abe9a1b5a382bc3bdf6e649696e0d1 Mon Sep 17 00:00:00 2001 From: pegeler Date: Thu, 28 Jun 2018 17:55:09 -0400 Subject: [PATCH] Further config of appveyor.yml --- appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a883cb4..4d9d356 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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