Initial Bitbucket Pipelines configuration

This commit is contained in:
Erik C. Thauvin 2020-07-26 05:44:06 +00:00
parent 95ef422f7a
commit b0e0149412

9
bitbucket-pipelines.yml Normal file
View file

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