Issue #3159: initial wercker script

This commit is contained in:
Roman Ivanov 2016-06-20 19:23:07 -07:00
parent f9f3538919
commit 21d705fdba
1 changed files with 13 additions and 0 deletions

13
wercker.yml Normal file
View File

@ -0,0 +1,13 @@
box: maven:3.3.9-jdk-8
build:
steps:
- script:
name: setup mvn local repo
code: |-
export MAVEN_OPTS="-Dmaven.repo.local=${WERCKER_CACHE_DIR}"
# unit tests (oraclejdk8)
- script:
name: tests
code: |-
mvn clean integration-test failsafe:verify