Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
appveyor.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdme committed Dec 28, 2016
1 parent 760a228 commit f4c367e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '{build}'
os: Windows Server 2012
build_script:
- mvn clean package --batch-mode -DskipTest
test_script:
- mvn clean test --batch-mode
cache:
- C:\maven\
- C:\Users\appveyor\.m2

0 comments on commit f4c367e

Please sign in to comment.