Skip to content

Commit 974f240

Browse files
author
Vladimir Kotal
committed
try Wercker
1 parent 4b01e6e commit 974f240

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

wercker.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This references an OpenJDK container from the
2+
# Docker Hub https://hub.docker.com/_/openjdk/
3+
# Read more about containers on our dev center
4+
# http://devcenter.wercker.com/docs/containers/index.html
5+
box: openjdk:8-jdk
6+
7+
# This is the build pipeline. Pipelines are the core of wercker
8+
# Read more about pipelines on our dev center
9+
# http://devcenter.wercker.com/docs/pipelines/index.html
10+
build:
11+
# Steps make up the actions in your pipeline
12+
# Read more about steps on our dev center:
13+
# http://devcenter.wercker.com/docs/steps/index.html
14+
steps:
15+
# https://github.com/wercker/step-maven
16+
- java/maven:
17+
goals: install
18+
cache_repo: true
19+
version: 3.5.2

0 commit comments

Comments
 (0)