Update appveyor.yml
This commit is contained in:
parent
77f16e4a20
commit
13b494b136
@ -1,4 +1,8 @@
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
|
|
||||||
|
init:
|
||||||
|
- cmd: java -version 2>&1 | find "version"
|
||||||
|
|
||||||
clone_script:
|
clone_script:
|
||||||
- cmd: git clone --recursive https://github.com/OpenRefine/OpenRefine
|
- cmd: git clone --recursive https://github.com/OpenRefine/OpenRefine
|
||||||
environment:
|
environment:
|
||||||
@ -14,9 +18,10 @@ build: off
|
|||||||
|
|
||||||
# scripts to run before build
|
# scripts to run before build
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: java -version 2>&1 | find "version"
|
- cmd: echo Running scripts before build...
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
- cmd: echo Running test_script...
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
echo PATH is:
|
echo PATH is:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user