Issue #3159: initial wercker script
This commit is contained in:
parent
f9f3538919
commit
21d705fdba
|
|
@ -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
|
||||
Loading…
Reference in New Issue