Updated CI configurations.

This commit is contained in:
Erik C. Thauvin 2020-11-10 11:00:15 -08:00
parent afe6d3ebc9
commit 3e70a53714
3 changed files with 43 additions and 7 deletions

9
bitbucket-pipelines.yml Normal file
View file

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