Added GitLab, BitBucket and GitHub CI configurations.

This commit is contained in:
Erik C. Thauvin 2020-08-18 00:32:11 -07:00
parent 7adbddd3a3
commit 458c1c67a5
3 changed files with 61 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 check