Skip to content

Commit

Permalink
Merge remote-tracking branch 'boilerplate/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Feb 15, 2017
2 parents 17af94b + cdf98e9 commit 2afdf91
Show file tree
Hide file tree
Showing 13 changed files with 249 additions and 234 deletions.
31 changes: 31 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# Copyright (C) 2017 Marvin Herman Froeder (marvin@marvinformatics.com)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

version: '{build}'

environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0

os: Windows Server 2012

install:
- cmd: choco install maven -y -f
- cmd: refreshenv
- cmd: mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -fn -q

build_script:
- mvn clean install -Pci -B

0 comments on commit 2afdf91

Please sign in to comment.