From 2b38f6983d6b5dc8034f9f47ca3941b399ec2436 Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Tue, 9 Sep 2014 09:38:44 -0500
Subject: [PATCH] Added appveyor.yml file.

---
 appveyor.yml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 appveyor.yml

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..62efd2cd
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,26 @@
+init:
+ps: |
+$ErrorActionPreference = "Stop"
+Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
+Import-Module '..\appveyor-tool.ps1'
+install:
+ps: Bootstrap
+build_script:
+- travis-tool.sh install_deps
+test_script:
+- travis-tool.sh run_tests
+on_failure:
+- travis-tool.sh dump_logs
+artifacts:
+- path: '*.Rcheck\**\*.log'
+name: Logs
+- path: '*.Rcheck\**\*.out'
+name: Logs
+- path: '*.Rcheck\**\*.fail'
+name: Logs
+- path: '*.Rcheck\**\*.Rout'
+name: Logs
+- path: '\*_*.tar.gz'
+name: Bits
+- path: '\*_*.zip'
+name: Bits
\ No newline at end of file
-- 
GitLab