fix issue #1341
This commit is contained in:
parent
e5709efd46
commit
4a182c9a15
30
appveyor.yml
Normal file
30
appveyor.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user