Initial Bitbucket Pipelines configuration

This commit is contained in:
Mark Nellemann 2019-08-19 08:12:22 +00:00
parent 52f569cf68
commit 792ce032b2
1 changed files with 9 additions and 0 deletions

9
bitbucket-pipelines.yml Normal file
View File

@ -0,0 +1,9 @@
image: openjdk:8
pipelines:
default:
- step:
caches:
- gradle
script:
- bash ./gradlew build