adding Fail Fast with build

This commit is contained in:
Thad Guidry 2018-01-04 14:44:40 -06:00 committed by GitHub
parent abab02750e
commit a85b744f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,10 @@ clone_script:
environment:
ANT_HOME: C:\apache-ant-1.10.1
JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0
matrix:
fast_finish: true
install:
- cmd: if not exist %ANT_HOME% 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
@ -20,6 +24,12 @@ build: off
before_build:
- cmd: echo Running scripts before build...
build_script:
- cmd: >-
echo Running refine build...
cd OpenRefine
refine build
test_script:
- cmd: echo Running test_script...
- cmd: >-