From 86613effe9191a63d9e915bd542b3e7b779a366c Mon Sep 17 00:00:00 2001 From: Aaron Rudkin Date: Fri, 21 Jul 2017 10:13:39 -0700 Subject: [PATCH] Appveyor changes for multiple versions to build. (#7) Appveyor changes for 3.3 + 3.4 builds. Failed CI tests on this commit relate to PR, not underlying code. --- appveyor.yml | 13 +++++++++---- deploy.sh | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ddb5ba5..600a79d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,15 @@ install: ps: Bootstrap # Adapt as necessary starting from here +environment: + GH_TOKEN: + secure: /EgVnW++QtqS0Bz89k2B8nrf7dwcL8bMXp/WCHkcdSor7JX7SRk51L+0iZUvgQJm + + matrix: + - R_VERSION: release + + - R_VERSION: oldrel + RTOOLS_VERSION: 33 build_script: - travis-tool.sh install_deps @@ -44,7 +53,3 @@ artifacts: - path: '\*_*.zip' name: Bits - -environment: - GH_TOKEN: - secure: /EgVnW++QtqS0Bz89k2B8nrf7dwcL8bMXp/WCHkcdSor7JX7SRk51L+0iZUvgQJm diff --git a/deploy.sh b/deploy.sh index 1df20c6..42b035c 100644 --- a/deploy.sh +++ b/deploy.sh @@ -11,7 +11,7 @@ cd repo git init git config user.name "DeclareDesign Travis" git config user.email "team@declaredesign.org" -git config --global push.default simple +git config push.default simple ## Get drat repo git remote add upstream "https://$GH_TOKEN@github.com/DeclareDesign/declaredesign.github.io.git"