Skip to content

Commit

Permalink
Merge pull request #24 from ChristianMurphy/COURSESPLT-31
Browse files Browse the repository at this point in the history
COURSESPLT-31: Add AppVeyor as Windows Continuous Integration service
  • Loading branch information
ChristianMurphy committed Apr 7, 2017
2 parents 75f5615 + 900ce29 commit eaefc61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Courses Portlet

[![Build Status](https://travis-ci.org/Jasig/CoursesPortlet.svg?branch=master)](https://travis-ci.org/Jasig/CoursesPortlet)

[![Linux Build Status](https://travis-ci.org/Jasig/CoursesPortlet.svg?branch=master)](https://travis-ci.org/Jasig/CoursesPortlet)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/nqxqteabp0lqhfl6/branch/master?svg=true)](https://ci.appveyor.com/project/ChristianMurphy/coursesportlet/branch/master)

## Table of Contents

Expand Down
13 changes: 13 additions & 0 deletions appveyor.yml
@@ -0,0 +1,13 @@
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
os: Visual Studio 2017 # Windows Server 2016
install:
- java -version
- mvn --version
build_script:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Djavax.xml.accessExternalSchema=all
test_script:
- mvn test --batch-mode -Djavax.xml.accessExternalSchema=all
- mvn checkstyle:check --batch-mode --fail-never
cache:
- C:\Users\appveyor\.m2\ -> pom.xml

0 comments on commit eaefc61

Please sign in to comment.