From 4a182c9a15c938b5c9e7a98e572b29959e06b6e3 Mon Sep 17 00:00:00 2001 From: Jacky Date: Sun, 24 Dec 2017 00:06:09 -0500 Subject: [PATCH] fix issue #1341 --- appveyor.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..2e6ce6f79 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,30 @@ +version: 1.0.{build} +clone_script: +- cmd: git clone --recursive https://github.com/OpenRefine/OpenRefine +environment: + ANT_HOME: C:\apache-ant-1.10.1 + JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0 +install: +- ps: >- + pushd . + + cd \ + + appveyor DownloadFile http://apache.spinellicreations.com//ant/binaries/apache-ant-1.10.1-bin.zip + + 7z x apache-ant-1.10.1-bin.zip + + popd +cache: +- C:\apache-ant-1.10.1 +- apache-ant-1.10.1-bin.zip +build: off +test_script: +- cmd: >- + echo PATH is: + + path + + cd OpenRefine + + refine server_test