Initial Bitbucket Pipelines configuration
This commit is contained in:
parent
95ef422f7a
commit
b0e0149412
1 changed files with 9 additions and 0 deletions
9
bitbucket-pipelines.yml
Normal file
9
bitbucket-pipelines.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
image: openjdk:8
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
caches:
|
||||
- gradle
|
||||
script:
|
||||
- bash ./gradlew check
|
Loading…
Add table
Add a link
Reference in a new issue