bitbucket-pipelines.yml created online with Bitbucket

This commit is contained in:
Helmut Neemann 2016-10-09 08:12:54 +00:00
parent 2874841ee0
commit c23a6cecd7

12
bitbucket-pipelines.yml Normal file
View File

@ -0,0 +1,12 @@
# This is a sample build configuration for Maven.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: maven:3.3.3
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- mvn --version
- mvn clean install