Initial Bitbucket Pipelines configuration

This commit is contained in:
Daniel N 2019-02-10 20:48:18 +00:00
parent 33e0c3de9f
commit 35f31e1ef3
1 changed files with 14 additions and 0 deletions

14
bitbucket-pipelines.yml Normal file
View File

@ -0,0 +1,14 @@
# This is a sample build configuration for Java (Maven).
# Check our guides at https://confluence.atlassian.com/x/zd-5Mw for more examples.
# 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.9
pipelines:
default:
- step:
caches:
- maven
script: # Modify the commands below to build your repository.
- mvn -B verify # -B batch mode makes Maven less verbose