Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit 7759b3a

Browse files
committed
Add appveyor configuration
1 parent dc75fee commit 7759b3a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# trellis-namespaces
22

33
[![Build Status](https://travis-ci.org/trellis-ldp/trellis-namespaces.png?branch=master)](https://travis-ci.org/trellis-ldp/trellis-namespaces)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/ome8bbcjpveuq32n?svg=true)](https://ci.appveyor.com/project/acoburn/trellis-namespaces)
45
[![Coverage Status](https://coveralls.io/repos/github/trellis-ldp/trellis-namespaces/badge.svg?branch=master)](https://coveralls.io/github/trellis-ldp/trellis-namespaces?branch=master)
56

67
A namespace service for a trellis repository.

appveyor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: '{build}'
2+
skip_tags: true
3+
build_script:
4+
- gradlew.bat assemble
5+
6+
test_script:
7+
- gradlew.bat check
8+
9+
environment:
10+
matrix:
11+
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
12+
13+
matrix:
14+
fast_finish: true

0 commit comments

Comments
 (0)