Skip to content

Commit cee7bf8

Browse files
committed
[bugfix] Added AppVeyor Windows CI
1 parent ba04aed commit cee7bf8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build Status](https://travis-ci.com/eXist-db/expath-pkg-java.png?branch=develop)](https://travis-ci.com/eXist-db/expath-pkg-java)
2+
[![Build status](https://ci.appveyor.com/api/projects/status/jb816i3e4fh8wob3/branch/develop?svg=true)](https://ci.appveyor.com/project/AdamRetter/expath-pkg-java/branch/develop)
23

34
# EXPath Packaging for Java
45

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: '{branch}-{build}'
2+
3+
environment:
4+
matrix:
5+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
6+
JAVA_HOME: C:\Program Files\Java\jdk1.8.0

0 commit comments

Comments
 (0)